summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_defs.h')
-rw-r--r--sys/dev/usb/usb_defs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_defs.h b/sys/dev/usb/usb_defs.h
index 4f72ea5..a303ca9 100644
--- a/sys/dev/usb/usb_defs.h
+++ b/sys/dev/usb/usb_defs.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_DEFS_H_
-#define _USB2_DEFS_H_
+#ifndef _USB_DEFS_H_
+#define _USB_DEFS_H_
/* Definition of some hardcoded USB constants. */
@@ -58,4 +58,4 @@
#if (USB_ROOT_HUB_ADDR >= USB_MIN_DEVICES)
#error "The root hub address must be less than USB_MIN_DEVICES."
#endif
-#endif /* _USB2_DEFS_H_ */
+#endif /* _USB_DEFS_H_ */
OpenPOWER on IntegriCloud