diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-29 18:46:57 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-29 18:46:57 +0000 |
| commit | e0a69b51ac09dc0376611274903ba683e2d1ace7 (patch) | |
| tree | 5ff9fef81906105040348e5e28fafc3efac89f62 /sys/dev/usb/controller/ehci.h | |
| parent | 623469c996b7c4bfdb768b72564d8e3d6ff21396 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/controller/ehci.h')
| -rw-r--r-- | sys/dev/usb/controller/ehci.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/controller/ehci.h b/sys/dev/usb/controller/ehci.h index f23be4e49b7e..0868bc8f15aa 100644 --- a/sys/dev/usb/controller/ehci.h +++ b/sys/dev/usb/controller/ehci.h @@ -574,10 +574,10 @@ hc16toh(const struct ehci_softc *sc, const uint16_t v) } #endif -usb2_bus_mem_cb_t ehci_iterate_hw_softc; +usb_bus_mem_cb_t ehci_iterate_hw_softc; -usb2_error_t ehci_reset(ehci_softc_t *sc); -usb2_error_t ehci_init(ehci_softc_t *sc); +usb_error_t ehci_reset(ehci_softc_t *sc); +usb_error_t ehci_init(ehci_softc_t *sc); void ehci_detach(struct ehci_softc *sc); void ehci_suspend(struct ehci_softc *sc); void ehci_resume(struct ehci_softc *sc); |
