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/avr32dci.h | |
| parent | 623469c996b7c4bfdb768b72564d8e3d6ff21396 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/controller/avr32dci.h')
| -rw-r--r-- | sys/dev/usb/controller/avr32dci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/avr32dci.h b/sys/dev/usb/controller/avr32dci.h index 5e2daf56a0f0..6672fa76afb3 100644 --- a/sys/dev/usb/controller/avr32dci.h +++ b/sys/dev/usb/controller/avr32dci.h @@ -244,7 +244,7 @@ struct avr32dci_softc { /* prototypes */ -usb2_error_t avr32dci_init(struct avr32dci_softc *sc); +usb_error_t avr32dci_init(struct avr32dci_softc *sc); void avr32dci_uninit(struct avr32dci_softc *sc); void avr32dci_suspend(struct avr32dci_softc *sc); void avr32dci_resume(struct avr32dci_softc *sc); |
