X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=tests%2Flibqos%2Fusb.h;h=c506418a13968be5d9914e7a24eb2256bf276b01;hb=01ae9cc2544f03299bb8b9923dec5da3d94f7c57;hp=423dcfd82fdfffd16f9e81caf5fb1125981e2f75;hpb=5273a45e7521a45b27447fe6e4510ef43ff2fa67;p=mirror_qemu.git diff --git a/tests/libqos/usb.h b/tests/libqos/usb.h index 423dcfd82f..c506418a13 100644 --- a/tests/libqos/usb.h +++ b/tests/libqos/usb.h @@ -11,7 +11,8 @@ struct qhc { void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc, uint32_t devfn, int bar); 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