aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libqos/usb.h')
-rw-r--r--tests/libqos/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libqos/usb.h b/tests/libqos/usb.h
index 297cfc564d..c506418a13 100644
--- a/tests/libqos/usb.h
+++ b/tests/libqos/usb.h
@@ -13,6 +13,6 @@ void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc,
void uhci_port_test(struct qhc *hc, int port, uint16_t expect);
void uhci_deinit(struct qhc *hc);
-void usb_test_hotplug(const char *bus_name, const int port,
+void usb_test_hotplug(const char *bus_name, const char *port,
void (*port_check)(void));
#endif