diff options
Diffstat (limited to 'src/drivers/usb/ehci.h')
-rw-r--r-- | src/drivers/usb/ehci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/usb/ehci.h b/src/drivers/usb/ehci.h index f35a07ce..42e282e9 100644 --- a/src/drivers/usb/ehci.h +++ b/src/drivers/usb/ehci.h @@ -483,6 +483,8 @@ struct ehci_transfer { struct ehci_device { /** Registers */ void *regs; + /** Name */ + const char *name; /** Capability registers */ void *cap; |