summaryrefslogtreecommitdiff
path: root/src/sys/include/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/io')
-rw-r--r--src/sys/include/io/usb/xhcivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/include/io/usb/xhcivar.h b/src/sys/include/io/usb/xhcivar.h
index f98207f..ee6c0b8 100644
--- a/src/sys/include/io/usb/xhcivar.h
+++ b/src/sys/include/io/usb/xhcivar.h
@@ -48,6 +48,7 @@ struct xhci_hcd {
uint32_t max_intrs;
uint32_t max_ports;
uintptr_t dcbaap_pa;
+ uintptr_t cmd_ring;
};
#define XHCI_TIMEOUT_MSEC 500