diff options
Diffstat (limited to 'hw/usb.h')
| -rw-r--r-- | hw/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h index 7b5c8df0b0..966d47e5ee 100644 --- a/hw/usb.h +++ b/hw/usb.h @@ -164,6 +164,8 @@ struct USBDevice { int setup_index; QLIST_HEAD(, USBDescString) strings; + const USBDescDevice *device; + const USBDescConfig *config; }; struct USBDeviceInfo { |