summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_revision.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_revision.h')
-rw-r--r--sys/dev/usb/usb_revision.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_revision.h b/sys/dev/usb/usb_revision.h
index d367e6c..6e6914e 100644
--- a/sys/dev/usb/usb_revision.h
+++ b/sys/dev/usb/usb_revision.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_REVISION_H_
-#define _USB2_REVISION_H_
+#ifndef _USB_REVISION_H_
+#define _USB_REVISION_H_
/*
* The "USB_SPEED" macros defines all the supported USB speeds.
@@ -74,4 +74,4 @@ enum usb_dev_state {
USB_STATE_CONFIGURED,
};
#define USB_STATE_MAX (USB_STATE_CONFIGURED+1)
-#endif /* _USB2_REVISION_H_ */
+#endif /* _USB_REVISION_H_ */
OpenPOWER on IntegriCloud