summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:06 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:06 +0100
commitaae9460e244c7abe70b72ff374b3aa102bb09691 (patch)
treeaeed206df23f689a13c332ac9831e382a684dd57 /qemu-common.h
parentMove block drivers into their own directory (diff)
downloadqemu-kvm-aae9460e244c7abe70b72ff374b3aa102bb09691.tar.gz
qemu-kvm-aae9460e244c7abe70b72ff374b3aa102bb09691.tar.bz2
qemu-kvm-aae9460e244c7abe70b72ff374b3aa102bb09691.zip
Basic qdev infrastructure.
Signed-off-by: Paul Brook <paul@codesourcery.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 5f7f275d0..9d644b68b 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -182,6 +182,7 @@ typedef struct PCMCIACardState PCMCIACardState;
typedef struct MouseTransformInfo MouseTransformInfo;
typedef struct uWireSlave uWireSlave;
typedef struct I2SCodec I2SCodec;
+typedef struct DeviceState DeviceState;
/* CPU save/load. */
void cpu_save(QEMUFile *f, void *opaque);