]> Git Repo - qemu.git/blobdiff - hw/usb/desc.h
hw/usb/tusb6010: Convert away from old_mmio
[qemu.git] / hw / usb / desc.h
index 2b4fcdae76eefc71969366e53e03dd34508d44c9..4d81c68e0ef8c2954fa89abf71248d0982ea4b01 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef QEMU_HW_USB_DESC_H
 #define QEMU_HW_USB_DESC_H
 
-#include <inttypes.h>
 #include <wchar.h>
 
 /* binary representation */
@@ -184,6 +183,7 @@ struct USBDescOther {
 };
 
 struct USBDescMSOS {
+    const char                *CompatibleID;
     const wchar_t             *Label;
     bool                      SelectiveSuspendEnabled;
 };
This page took 0.022721 seconds and 4 git commands to generate.