summaryrefslogtreecommitdiff
path: root/src/sys/include/io/usb/xhcivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/io/usb/xhcivar.h')
-rw-r--r--src/sys/include/io/usb/xhcivar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sys/include/io/usb/xhcivar.h b/src/sys/include/io/usb/xhcivar.h
index 5067063..c0b3a39 100644
--- a/src/sys/include/io/usb/xhcivar.h
+++ b/src/sys/include/io/usb/xhcivar.h
@@ -39,7 +39,9 @@
* @io: I/O space
*/
struct xhci_hcd {
- volatile void *io;
+ struct xhci_capregs *capspace;
};
+#define XHCI_TIMEOUT_MSEC 500
+
#endif /* !_USB_XHCIVAR_H_ */