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/at91dci.h | |
| parent | 623469c996b7c4bfdb768b72564d8e3d6ff21396 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/controller/at91dci.h')
| -rw-r--r-- | sys/dev/usb/controller/at91dci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/at91dci.h b/sys/dev/usb/controller/at91dci.h index 2d9bdccc2cc1..a1603aa660ad 100644 --- a/sys/dev/usb/controller/at91dci.h +++ b/sys/dev/usb/controller/at91dci.h @@ -233,7 +233,7 @@ struct at91dci_softc { /* prototypes */ -usb2_error_t at91dci_init(struct at91dci_softc *sc); +usb_error_t at91dci_init(struct at91dci_softc *sc); void at91dci_uninit(struct at91dci_softc *sc); void at91dci_suspend(struct at91dci_softc *sc); void at91dci_resume(struct at91dci_softc *sc); |
