diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-03-17 13:08:10 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-04-01 13:56:43 -0500 |
commit | 2be24aaafe1a5da1cd78b4ef8442af29dd0083a7 (patch) | |
tree | 5aa6ae113f581e0981d9b4c1aac536b43b593e4c /qemu-common.h | |
parent | 3e607cb503acbd8606e5d42e6b80adcf1ccf9a92 (diff) |
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.h | 1 |
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; |