1 #ifndef QEMU_TYPEDEFS_H
2 #define QEMU_TYPEDEFS_H
4 /* A load of opaque types so that device init declarations don't have to
5 pull in all the real definitions. */
8 /* Please keep this list in alphabetical order */
9 typedef struct AdapterInfo AdapterInfo;
10 typedef struct AddressSpace AddressSpace;
11 typedef struct AioContext AioContext;
12 typedef struct AudioState AudioState;
13 typedef struct BlockBackend BlockBackend;
14 typedef struct BlockDriverState BlockDriverState;
15 typedef struct BusClass BusClass;
16 typedef struct BusState BusState;
17 typedef struct CharDriverState CharDriverState;
18 typedef struct CompatProperty CompatProperty;
19 typedef struct DeviceState DeviceState;
20 typedef struct DeviceListener DeviceListener;
21 typedef struct DisplayChangeListener DisplayChangeListener;
22 typedef struct DisplayState DisplayState;
23 typedef struct DisplaySurface DisplaySurface;
24 typedef struct DriveInfo DriveInfo;
25 typedef struct EventNotifier EventNotifier;
26 typedef struct FWCfgIoState FWCfgIoState;
27 typedef struct FWCfgMemState FWCfgMemState;
28 typedef struct FWCfgState FWCfgState;
29 typedef struct HCIInfo HCIInfo;
30 typedef struct I2CBus I2CBus;
31 typedef struct I2SCodec I2SCodec;
32 typedef struct ISABus ISABus;
33 typedef struct ISADevice ISADevice;
34 typedef struct LoadStateEntry LoadStateEntry;
35 typedef struct MACAddr MACAddr;
36 typedef struct MachineClass MachineClass;
37 typedef struct MachineState MachineState;
38 typedef struct MemoryListener MemoryListener;
39 typedef struct MemoryMappingList MemoryMappingList;
40 typedef struct MemoryRegion MemoryRegion;
41 typedef struct MemoryRegionSection MemoryRegionSection;
42 typedef struct MigrationIncomingState MigrationIncomingState;
43 typedef struct MigrationParams MigrationParams;
44 typedef struct Monitor Monitor;
45 typedef struct MouseTransformInfo MouseTransformInfo;
46 typedef struct MSIMessage MSIMessage;
47 typedef struct NetClientState NetClientState;
48 typedef struct NetFilterState NetFilterState;
49 typedef struct NICInfo NICInfo;
50 typedef struct PcGuestInfo PcGuestInfo;
51 typedef struct PCIBridge PCIBridge;
52 typedef struct PCIBus PCIBus;
53 typedef struct PCIDevice PCIDevice;
54 typedef struct PCIEAERErr PCIEAERErr;
55 typedef struct PCIEAERLog PCIEAERLog;
56 typedef struct PCIEAERMsg PCIEAERMsg;
57 typedef struct PCIEPort PCIEPort;
58 typedef struct PCIESlot PCIESlot;
59 typedef struct PCIExpressDevice PCIExpressDevice;
60 typedef struct PCIExpressHost PCIExpressHost;
61 typedef struct PCIHostState PCIHostState;
62 typedef struct PCMachineState PCMachineState;
63 typedef struct PCMachineClass PCMachineClass;
64 typedef struct PCMCIACardState PCMCIACardState;
65 typedef struct PixelFormat PixelFormat;
66 typedef struct PropertyInfo PropertyInfo;
67 typedef struct Property Property;
68 typedef struct QEMUBH QEMUBH;
69 typedef struct QemuConsole QemuConsole;
70 typedef struct QEMUFile QEMUFile;
71 typedef struct QemuOpt QemuOpt;
72 typedef struct QemuOpts QemuOpts;
73 typedef struct QemuOptsList QemuOptsList;
74 typedef struct QEMUSGList QEMUSGList;
75 typedef struct QEMUSizedBuffer QEMUSizedBuffer;
76 typedef struct QEMUTimerListGroup QEMUTimerListGroup;
77 typedef struct QEMUTimer QEMUTimer;
78 typedef struct Range Range;
79 typedef struct SerialState SerialState;
80 typedef struct SHPCDevice SHPCDevice;
81 typedef struct SMBusDevice SMBusDevice;
82 typedef struct SSIBus SSIBus;
83 typedef struct uWireSlave uWireSlave;
84 typedef struct VirtIODevice VirtIODevice;
85 typedef struct Visitor Visitor;
86 typedef struct MonitorDef MonitorDef;
88 #endif /* QEMU_TYPEDEFS_H */