summaryrefslogtreecommitdiff
path: root/include/qemu/typedefs.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-05-13 16:27:06 +0300
committerMichael S. Tsirkin <mst@redhat.com>2013-06-02 18:14:14 +0300
commit45936c8b79012da4c8986c20af4afcc9cd14bb8e (patch)
treed8bfdda3a0340b2d967d94812c739e0c0e16ced5 /include/qemu/typedefs.h
parenta88b362c6ffbb7a802bf0ed5ef0e2447164dc989 (diff)
downloadqemu-45936c8b79012da4c8986c20af4afcc9cd14bb8e.tar.gz
fw_cfg: move typedef to qemu/typedefs.h
Less header dependencies this way. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 93aae81a82..afe4ec76e1 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -61,5 +61,6 @@ typedef struct EventNotifier EventNotifier;
typedef struct VirtIODevice VirtIODevice;
typedef struct QEMUSGList QEMUSGList;
typedef struct SHPCDevice SHPCDevice;
+typedef struct FWCfgState FWCfgState;
#endif /* QEMU_TYPEDEFS_H */