summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/uhci.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-05-29 18:46:57 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-05-29 18:46:57 +0000
commite0a69b51ac09dc0376611274903ba683e2d1ace7 (patch)
tree5ff9fef81906105040348e5e28fafc3efac89f62 /sys/dev/usb/controller/uhci.h
parent623469c996b7c4bfdb768b72564d8e3d6ff21396 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/controller/uhci.h')
-rw-r--r--sys/dev/usb/controller/uhci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/uhci.h b/sys/dev/usb/controller/uhci.h
index ff4a64092412..f2ea246229c7 100644
--- a/sys/dev/usb/controller/uhci.h
+++ b/sys/dev/usb/controller/uhci.h
@@ -309,9 +309,9 @@ typedef struct uhci_softc {
char sc_vendor[16]; /* vendor string for root hub */
} uhci_softc_t;
-usb2_bus_mem_cb_t uhci_iterate_hw_softc;
+usb_bus_mem_cb_t uhci_iterate_hw_softc;
-usb2_error_t uhci_init(uhci_softc_t *sc);
+usb_error_t uhci_init(uhci_softc_t *sc);
void uhci_suspend(uhci_softc_t *sc);
void uhci_resume(uhci_softc_t *sc);
void uhci_reset(uhci_softc_t *sc);