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 /hw/virtio.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 'hw/virtio.h')
-rw-r--r-- | hw/virtio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio.h b/hw/virtio.h index d3eb714cca..f885f1b599 100644 --- a/hw/virtio.h +++ b/hw/virtio.h @@ -69,7 +69,6 @@ static inline target_phys_addr_t vring_align(target_phys_addr_t addr, } typedef struct VirtQueue VirtQueue; -typedef struct VirtIODevice VirtIODevice; #define VIRTQUEUE_MAX_SIZE 1024 |