summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_hub.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_hub.h')
-rw-r--r--sys/dev/usb/usb_hub.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_hub.h b/sys/dev/usb/usb_hub.h
index 0d69ba6..ceb0cc2 100644
--- a/sys/dev/usb/usb_hub.h
+++ b/sys/dev/usb/usb_hub.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_HUB_H_
-#define _USB2_HUB_H_
+#ifndef _USB_HUB_H_
+#define _USB_HUB_H_
/*
* The following structure defines an USB port.
@@ -79,4 +79,4 @@ void usb_bus_power_update(struct usb_bus *bus);
void usb_bus_powerd(struct usb_bus *bus);
void uhub_root_intr(struct usb_bus *, const uint8_t *, uint8_t);
-#endif /* _USB2_HUB_H_ */
+#endif /* _USB_HUB_H_ */
OpenPOWER on IntegriCloud