summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/usb/controller/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/usb/controller/ehci.h')
-rw-r--r--freebsd/sys/dev/usb/controller/ehci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/freebsd/sys/dev/usb/controller/ehci.h b/freebsd/sys/dev/usb/controller/ehci.h
index f718a8a7..76ac75f6 100644
--- a/freebsd/sys/dev/usb/controller/ehci.h
+++ b/freebsd/sys/dev/usb/controller/ehci.h
@@ -472,5 +472,9 @@ 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_interrupt(ehci_softc_t *sc);
+#ifdef __rtems__
+void ehci_suspend(ehci_softc_t *sc);
+void ehci_resume(ehci_softc_t *sc);
+#endif /* __rtems__ */
#endif /* _EHCI_H_ */