From 2be24aaafe1a5da1cd78b4ef8442af29dd0083a7 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Wed, 17 Mar 2010 13:08:10 +0200 Subject: virtio: move typedef to qemu-common make it possible to use type without header include, simplifying header dependencies. Signed-off-by: Michael S. Tsirkin Signed-off-by: Anthony Liguori --- qemu-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-common.h') 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; -- cgit 1.4.1