aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/xhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/xhci.h')
-rw-r--r--src/drivers/usb/xhci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/usb/xhci.h b/src/drivers/usb/xhci.h
index c5da48de..078798ad 100644
--- a/src/drivers/usb/xhci.h
+++ b/src/drivers/usb/xhci.h
@@ -1036,6 +1036,8 @@ struct xhci_pch {
struct xhci_device {
/** Registers */
void *regs;
+ /** Name */
+ const char *name;
/** Capability registers */
void *cap;