diff options
Diffstat (limited to 'src/drivers/usb/xhci.h')
-rw-r--r-- | src/drivers/usb/xhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/usb/xhci.h b/src/drivers/usb/xhci.h index 078798ad..e35ef514 100644 --- a/src/drivers/usb/xhci.h +++ b/src/drivers/usb/xhci.h @@ -1038,6 +1038,8 @@ struct xhci_device { void *regs; /** Name */ const char *name; + /** Quirks */ + unsigned int quirks; /** Capability registers */ void *cap; |