Make #include guard naming consistent
[fw/openocd] / src / jtag / drivers / libusb_common.h
index 573903c0e4e579f0eadb12e36aab80323d5d403e..563af10edeaec6aa010152ed0bbf5546830b3877 100644 (file)
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
+#ifndef OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H
+#define OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H
+
 #ifdef HAVE_LIBUSB1
 #include <libusb1_common.h>
 #else
 #include <libusb0_common.h>
 #endif
+
+#endif /* OPENOCD_JTAG_DRIVERS_LIBUSB_COMMON_H */