diff options
Diffstat (limited to 'sys/include/dev/usb/xhcivar.h')
-rw-r--r-- | sys/include/dev/usb/xhcivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/dev/usb/xhcivar.h b/sys/include/dev/usb/xhcivar.h index ca9ccd4..71c1f20 100644 --- a/sys/include/dev/usb/xhcivar.h +++ b/sys/include/dev/usb/xhcivar.h @@ -100,6 +100,7 @@ struct xhci_hc { uint16_t cmd_ptr; /* Command ring index */ uint16_t cmd_count; /* Command ring entry count */ uint32_t *cmd_ring; + uint32_t *event_ring; struct xhci_opregs *opregs; struct xhci_proto protos[XHCI_MAX_PROTOS]; struct xhci_evring_segment *evring_seg; |