summaryrefslogtreecommitdiffstats
path: root/hw/virtio.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 /hw/virtio.h
parent3e607cb503acbd8606e5d42e6b80adcf1ccf9a92 (diff)
downloadhqemu-2be24aaafe1a5da1cd78b4ef8442af29dd0083a7.zip
hqemu-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 'hw/virtio.h')
-rw-r--r--hw/virtio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio.h b/hw/virtio.h
index d3eb714..f885f1b 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
OpenPOWER on IntegriCloud