]>
Commit | Line | Data |
---|---|---|
394e1bb7 EH |
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. */ | |
394e1bb7 | 6 | |
64baadc2 DDAG |
7 | /* Please keep this list in alphabetical order */ |
8 | typedef struct AdapterInfo AdapterInfo; | |
b421d9c6 | 9 | typedef struct AddressSpace AddressSpace; |
64baadc2 | 10 | typedef struct AioContext AioContext; |
377e2145 | 11 | typedef struct AllwinnerAHCIState AllwinnerAHCIState; |
394e1bb7 | 12 | typedef struct AudioState AudioState; |
9a3f5cf1 | 13 | typedef struct BdrvDirtyBitmap BdrvDirtyBitmap; |
dc162c8e | 14 | typedef struct BdrvDirtyBitmapIter BdrvDirtyBitmapIter; |
26f54e9a | 15 | typedef struct BlockBackend BlockBackend; |
281d22d8 | 16 | typedef struct BlockBackendRootState BlockBackendRootState; |
394e1bb7 | 17 | typedef struct BlockDriverState BlockDriverState; |
64baadc2 DDAG |
18 | typedef struct BusClass BusClass; |
19 | typedef struct BusState BusState; | |
0ec7b3e7 | 20 | typedef struct Chardev Chardev; |
64baadc2 | 21 | typedef struct CompatProperty CompatProperty; |
32857f4d | 22 | typedef struct CPUAddressSpace CPUAddressSpace; |
b23197f9 | 23 | typedef struct CPUState CPUState; |
707ff800 | 24 | typedef struct DeviceListener DeviceListener; |
2988cbea | 25 | typedef struct DeviceState DeviceState; |
8deaf12c | 26 | typedef struct DirtyBitmapSnapshot DirtyBitmapSnapshot; |
394e1bb7 | 27 | typedef struct DisplayChangeListener DisplayChangeListener; |
64baadc2 | 28 | typedef struct DisplayState DisplayState; |
394e1bb7 | 29 | typedef struct DisplaySurface DisplaySurface; |
64baadc2 | 30 | typedef struct DriveInfo DriveInfo; |
da34e65c | 31 | typedef struct Error Error; |
64baadc2 | 32 | typedef struct EventNotifier EventNotifier; |
5712db6a LE |
33 | typedef struct FWCfgIoState FWCfgIoState; |
34 | typedef struct FWCfgMemState FWCfgMemState; | |
64baadc2 DDAG |
35 | typedef struct FWCfgState FWCfgState; |
36 | typedef struct HCIInfo HCIInfo; | |
a5c82852 | 37 | typedef struct I2CBus I2CBus; |
64baadc2 | 38 | typedef struct I2SCodec I2SCodec; |
394e1bb7 EH |
39 | typedef struct ISABus ISABus; |
40 | typedef struct ISADevice ISADevice; | |
5484f30b | 41 | typedef struct IsaDma IsaDma; |
1a8f46f8 | 42 | typedef struct LoadStateEntry LoadStateEntry; |
64baadc2 DDAG |
43 | typedef struct MACAddr MACAddr; |
44 | typedef struct MachineClass MachineClass; | |
45 | typedef struct MachineState MachineState; | |
46 | typedef struct MemoryListener MemoryListener; | |
47 | typedef struct MemoryMappingList MemoryMappingList; | |
48 | typedef struct MemoryRegion MemoryRegion; | |
1f4e496e | 49 | typedef struct MemoryRegionCache MemoryRegionCache; |
64baadc2 | 50 | typedef struct MemoryRegionSection MemoryRegionSection; |
bca7856a | 51 | typedef struct MigrationIncomingState MigrationIncomingState; |
64baadc2 | 52 | typedef struct MigrationParams MigrationParams; |
aefeb18b | 53 | typedef struct MigrationState MigrationState; |
64baadc2 | 54 | typedef struct Monitor Monitor; |
2988cbea | 55 | typedef struct MonitorDef MonitorDef; |
64baadc2 DDAG |
56 | typedef struct MouseTransformInfo MouseTransformInfo; |
57 | typedef struct MSIMessage MSIMessage; | |
58 | typedef struct NetClientState NetClientState; | |
fdccce45 | 59 | typedef struct NetFilterState NetFilterState; |
64baadc2 DDAG |
60 | typedef struct NICInfo NICInfo; |
61 | typedef struct PcGuestInfo PcGuestInfo; | |
62 | typedef struct PCIBridge PCIBridge; | |
394e1bb7 EH |
63 | typedef struct PCIBus PCIBus; |
64 | typedef struct PCIDevice PCIDevice; | |
394e1bb7 | 65 | typedef struct PCIEAERErr PCIEAERErr; |
64baadc2 DDAG |
66 | typedef struct PCIEAERLog PCIEAERLog; |
67 | typedef struct PCIEAERMsg PCIEAERMsg; | |
394e1bb7 EH |
68 | typedef struct PCIEPort PCIEPort; |
69 | typedef struct PCIESlot PCIESlot; | |
64baadc2 DDAG |
70 | typedef struct PCIExpressDevice PCIExpressDevice; |
71 | typedef struct PCIExpressHost PCIExpressHost; | |
a7c4d9c7 | 72 | typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; |
64baadc2 | 73 | typedef struct PCIHostState PCIHostState; |
8170dfa0 | 74 | typedef struct PCMachineClass PCMachineClass; |
2988cbea | 75 | typedef struct PCMachineState PCMachineState; |
394e1bb7 | 76 | typedef struct PCMCIACardState PCMCIACardState; |
64baadc2 | 77 | typedef struct PixelFormat PixelFormat; |
e0b266f0 | 78 | typedef struct PostcopyDiscardState PostcopyDiscardState; |
64baadc2 | 79 | typedef struct Property Property; |
2988cbea | 80 | typedef struct PropertyInfo PropertyInfo; |
64baadc2 DDAG |
81 | typedef struct QEMUBH QEMUBH; |
82 | typedef struct QemuConsole QemuConsole; | |
83 | typedef struct QEMUFile QEMUFile; | |
ae1e9380 PD |
84 | typedef struct QemuOpt QemuOpt; |
85 | typedef struct QemuOpts QemuOpts; | |
86 | typedef struct QemuOptsList QemuOptsList; | |
394e1bb7 | 87 | typedef struct QEMUSGList QEMUSGList; |
64baadc2 | 88 | typedef struct QEMUTimer QEMUTimer; |
2988cbea | 89 | typedef struct QEMUTimerListGroup QEMUTimerListGroup; |
7264f5c5 | 90 | typedef struct QObject QObject; |
422148d3 | 91 | typedef struct RAMBlock RAMBlock; |
2988cbea | 92 | typedef struct Range Range; |
64baadc2 DDAG |
93 | typedef struct SerialState SerialState; |
94 | typedef struct SHPCDevice SHPCDevice; | |
95 | typedef struct SMBusDevice SMBusDevice; | |
96 | typedef struct SSIBus SSIBus; | |
97 | typedef struct uWireSlave uWireSlave; | |
98 | typedef struct VirtIODevice VirtIODevice; | |
99 | typedef struct Visitor Visitor; | |
394e1bb7 EH |
100 | |
101 | #endif /* QEMU_TYPEDEFS_H */ |