diff options
Diffstat (limited to 'sys/dev/usb/controller/xhci.h')
-rw-r--r-- | sys/dev/usb/controller/xhci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index 3272890..81f392a 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -477,6 +477,9 @@ struct xhci_softc { uint8_t sc_conf; uint8_t sc_hub_idata[2]; + /* size of context */ + uint8_t sc_ctx_is_64_byte; + /* vendor string for root HUB */ char sc_vendor[16]; }; |