aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/usb.h')
-rw-r--r--src/hw/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/usb.h b/src/hw/usb.h
index 2cfb5721..887f2064 100644
--- a/src/hw/usb.h
+++ b/src/hw/usb.h
@@ -35,6 +35,7 @@ struct usb_s {
struct usb_pipe *freelist;
struct mutex_s resetlock;
struct pci_device *pci;
+ void *mmio;
u8 type;
u8 maxaddr;
};