summaryrefslogtreecommitdiff
path: root/qemu-common.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2010-03-17 13:08:10 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-04-01 13:56:43 -0500
commit2be24aaafe1a5da1cd78b4ef8442af29dd0083a7 (patch)
tree5aa6ae113f581e0981d9b4c1aac536b43b593e4c /qemu-common.h
parent3e607cb503acbd8606e5d42e6b80adcf1ccf9a92 (diff)
downloadqemu-2be24aaafe1a5da1cd78b4ef8442af29dd0083a7.tar.gz
virtio: move typedef to qemu-common
make it possible to use type without header include, simplifying header dependencies. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index e4f9eb48d5..4ba0cdad06 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -229,6 +229,7 @@ typedef struct I2SCodec I2SCodec;
typedef struct DeviceState DeviceState;
typedef struct SSIBus SSIBus;
typedef struct EventNotifier EventNotifier;
+typedef struct VirtIODevice VirtIODevice;
typedef uint64_t pcibus_t;