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