summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r--sys/dev/usb/uhci.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index 4c3e77d..dc95b72 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -704,6 +704,12 @@ uhci_dumpregs(uhci_softc_t *sc)
UREAD2(sc, UHCI_PORTSC2)));
}
+Static void
+uhci_dump_ii(uhci_intr_info_t *ii)
+{
+ printf("Fill me in");
+}
+
void
uhci_dump_td(uhci_soft_td_t *p)
{
OpenPOWER on IntegriCloud