aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/at91dci.h
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2011-12-14 00:28:54 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2011-12-14 00:28:54 +0000
commit2e1417489338b971e5fd599ff48b5f65df9e8d3b (patch)
tree56520f5d0635d8db6259b372fff280b4e6288da5 /sys/dev/usb/controller/at91dci.h
parent2f467d2d1697e01c86483e46fb65a89494892049 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/controller/at91dci.h')
-rw-r--r--sys/dev/usb/controller/at91dci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/at91dci.h b/sys/dev/usb/controller/at91dci.h
index a1603aa660ad..b079eb5b272c 100644
--- a/sys/dev/usb/controller/at91dci.h
+++ b/sys/dev/usb/controller/at91dci.h
@@ -235,8 +235,6 @@ struct at91dci_softc {
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);
void at91dci_interrupt(struct at91dci_softc *sc);
void at91dci_vbus_interrupt(struct at91dci_softc *sc, uint8_t is_on);