diff options
Diffstat (limited to 'sys/dev/usb/controller/ohci.h')
| -rw-r--r-- | sys/dev/usb/controller/ohci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index 3f3537f4ac68..eeb49aabd41f 100644 --- a/sys/dev/usb/controller/ohci.h +++ b/sys/dev/usb/controller/ohci.h @@ -352,9 +352,9 @@ typedef struct ohci_softc { } ohci_softc_t; -usb2_bus_mem_cb_t ohci_iterate_hw_softc; +usb_bus_mem_cb_t ohci_iterate_hw_softc; -usb2_error_t ohci_init(ohci_softc_t *sc); +usb_error_t ohci_init(ohci_softc_t *sc); void ohci_detach(struct ohci_softc *sc); void ohci_suspend(ohci_softc_t *sc); void ohci_resume(ohci_softc_t *sc); |
