summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_controller.h')
-rw-r--r--sys/dev/usb/usb_controller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_controller.h b/sys/dev/usb/usb_controller.h
index 1b5a391..623c0f5 100644
--- a/sys/dev/usb/usb_controller.h
+++ b/sys/dev/usb/usb_controller.h
@@ -24,8 +24,8 @@
* SUCH DAMAGE.
*/
-#ifndef _USB2_CONTROLLER_H_
-#define _USB2_CONTROLLER_H_
+#ifndef _USB_CONTROLLER_H_
+#define _USB_CONTROLLER_H_
/* defines */
@@ -190,4 +190,4 @@ uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr);
uint16_t usbd_fs_isoc_schedule_isoc_time_expand(struct usb_device *udev, struct usb_fs_isoc_schedule **pp_start, struct usb_fs_isoc_schedule **pp_end, uint16_t isoc_time);
uint8_t usbd_fs_isoc_schedule_alloc(struct usb_fs_isoc_schedule *fss, uint8_t *pstart, uint16_t len);
-#endif /* _USB2_CONTROLLER_H_ */
+#endif /* _USB_CONTROLLER_H_ */
OpenPOWER on IntegriCloud