summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_mfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_mfunc.h')
-rw-r--r--sys/dev/usb/usb_mfunc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_mfunc.h b/sys/dev/usb/usb_mfunc.h
index 0fad203..cc9df35 100644
--- a/sys/dev/usb/usb_mfunc.h
+++ b/sys/dev/usb/usb_mfunc.h
@@ -26,8 +26,8 @@
/* This file contains various macro functions. */
-#ifndef _USB2_MFUNC_H_
-#define _USB2_MFUNC_H_
+#ifndef _USB_MFUNC_H_
+#define _USB_MFUNC_H_
#define USB_LOG2(n) ( \
((x) <= (1<<0x00)) ? 0x00 : \
@@ -75,4 +75,4 @@
/* debug macro */
#define USB_ASSERT KASSERT
-#endif /* _USB2_MFUNC_H_ */
+#endif /* _USB_MFUNC_H_ */
OpenPOWER on IntegriCloud