X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fusb_common.h;h=4d2bd2686da5479d929e61e1f1b3548c1e4ab9b4;hp=d34c20b9b2e6edc6474286c69fd7288243c64f97;hb=8b9560349fb78887d8e353e20b303966d9ac2d1b;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/jtag/drivers/usb_common.h b/src/jtag/drivers/usb_common.h index d34c20b9b2..4d2bd2686d 100644 --- a/src/jtag/drivers/usb_common.h +++ b/src/jtag/drivers/usb_common.h @@ -12,17 +12,15 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef JTAG_USB_COMMON_H -#define JTAG_USB_COMMON_H +#ifndef OPENOCD_JTAG_DRIVERS_USB_COMMON_H +#define OPENOCD_JTAG_DRIVERS_USB_COMMON_H #include int jtag_usb_open(const uint16_t vids[], const uint16_t pids[], struct usb_dev_handle **out); -#endif /* JTAG_USB_COMMON_H */ +#endif /* OPENOCD_JTAG_DRIVERS_USB_COMMON_H */