diff options
author | Anthony Liguori | 2011-08-05 00:10:36 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-08-05 00:10:36 +0200 |
commit | 5df0a2a5ba54114afb2bf75cab9fb184020a46a8 (patch) | |
tree | 40565e20dad22056e9d33b09c46d7f009b9acde3 /qemu-common.h | |
parent | Merge remote-tracking branch 'kwolf/for-anthony' into staging (diff) | |
parent | bluetooth: kill dummy usb device, use hid code directly. (diff) | |
download | qemu-5df0a2a5ba54114afb2bf75cab9fb184020a46a8.tar.gz qemu-5df0a2a5ba54114afb2bf75cab9fb184020a46a8.tar.xz qemu-5df0a2a5ba54114afb2bf75cab9fb184020a46a8.zip |
Merge remote-tracking branch 'kraxel/usb.22' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index 8f21a8cb29..afbd04d321 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -266,6 +266,7 @@ typedef struct I2SCodec I2SCodec; typedef struct SSIBus SSIBus; typedef struct EventNotifier EventNotifier; typedef struct VirtIODevice VirtIODevice; +typedef struct QEMUSGList QEMUSGList; typedef uint64_t pcibus_t; |