]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/usb.h
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
[mirror_qemu.git] / include / hw / usb.h
index 1b10684ddea942180902cdefd9686b8e3face9cf..4d9d05e9bcf79ffc2fc61b2545b76ad51ddf4751 100644 (file)
@@ -337,6 +337,7 @@ typedef struct USBPortOps {
 struct USBPort {
     USBDevice *dev;
     int speedmask;
+    int hubcount;
     char path[16];
     USBPortOps *ops;
     void *opaque;