]> Git Repo - qemu.git/blobdiff - include/qemu/typedefs.h
Merge remote-tracking branch 'remotes/jliu/or32-ld-st' into staging
[qemu.git] / include / qemu / typedefs.h
index 93aae81a8243d216ce1653786b52b8fd6b6f4fd0..5b4e333fc137def1bf604985587bcc115b3e967f 100644 (file)
@@ -4,9 +4,14 @@
 /* A load of opaque types so that device init declarations don't have to
    pull in all the real definitions.  */
 typedef struct QEMUTimer QEMUTimer;
+typedef struct QEMUTimerListGroup QEMUTimerListGroup;
 typedef struct QEMUFile QEMUFile;
 typedef struct QEMUBH QEMUBH;
 
+typedef struct AioContext AioContext;
+
+typedef struct Visitor Visitor;
+
 struct Monitor;
 typedef struct Monitor Monitor;
 typedef struct MigrationParams MigrationParams;
@@ -21,6 +26,9 @@ typedef struct BusClass BusClass;
 typedef struct AddressSpace AddressSpace;
 typedef struct MemoryRegion MemoryRegion;
 typedef struct MemoryRegionSection MemoryRegionSection;
+typedef struct MemoryListener MemoryListener;
+
+typedef struct MemoryMappingList MemoryMappingList;
 
 typedef struct NICInfo NICInfo;
 typedef struct HCIInfo HCIInfo;
@@ -61,5 +69,8 @@ typedef struct EventNotifier EventNotifier;
 typedef struct VirtIODevice VirtIODevice;
 typedef struct QEMUSGList QEMUSGList;
 typedef struct SHPCDevice SHPCDevice;
+typedef struct FWCfgState FWCfgState;
+typedef struct PcGuestInfo PcGuestInfo;
+typedef struct Range Range;
 
 #endif /* QEMU_TYPEDEFS_H */
This page took 0.021504 seconds and 4 git commands to generate.