diff options
Diffstat (limited to 'tests/libqos/usb.h')
-rw-r--r-- | tests/libqos/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libqos/usb.h b/tests/libqos/usb.h index 8fe5687..423dcfd 100644 --- a/tests/libqos/usb.h +++ b/tests/libqos/usb.h @@ -5,7 +5,7 @@ struct qhc { QPCIDevice *dev; - void *base; + QPCIBar bar; }; void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc, |