replay: interrupts and exceptions
[qemu/ar7.git] / include / qemu / typedefs.h
blobd961362d36cd3d17999aa1cc4ed576fbe3b92c49
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. */
6 struct Monitor;
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 BlockBackendRootState BlockBackendRootState;
15 typedef struct BlockDriverState BlockDriverState;
16 typedef struct BusClass BusClass;
17 typedef struct BusState BusState;
18 typedef struct CharDriverState CharDriverState;
19 typedef struct CompatProperty CompatProperty;
20 typedef struct CPUAddressSpace CPUAddressSpace;
21 typedef struct DeviceState DeviceState;
22 typedef struct DeviceListener DeviceListener;
23 typedef struct DisplayChangeListener DisplayChangeListener;
24 typedef struct DisplayState DisplayState;
25 typedef struct DisplaySurface DisplaySurface;
26 typedef struct DriveInfo DriveInfo;
27 typedef struct EventNotifier EventNotifier;
28 typedef struct FWCfgIoState FWCfgIoState;
29 typedef struct FWCfgMemState FWCfgMemState;
30 typedef struct FWCfgState FWCfgState;
31 typedef struct HCIInfo HCIInfo;
32 typedef struct I2CBus I2CBus;
33 typedef struct I2SCodec I2SCodec;
34 typedef struct ISABus ISABus;
35 typedef struct ISADevice ISADevice;
36 typedef struct LoadStateEntry LoadStateEntry;
37 typedef struct MACAddr MACAddr;
38 typedef struct MachineClass MachineClass;
39 typedef struct MachineState MachineState;
40 typedef struct MemoryListener MemoryListener;
41 typedef struct MemoryMappingList MemoryMappingList;
42 typedef struct MemoryRegion MemoryRegion;
43 typedef struct MemoryRegionSection MemoryRegionSection;
44 typedef struct MigrationIncomingState MigrationIncomingState;
45 typedef struct MigrationParams MigrationParams;
46 typedef struct Monitor Monitor;
47 typedef struct MouseTransformInfo MouseTransformInfo;
48 typedef struct MSIMessage MSIMessage;
49 typedef struct NetClientState NetClientState;
50 typedef struct NetFilterState NetFilterState;
51 typedef struct NICInfo NICInfo;
52 typedef struct PcGuestInfo PcGuestInfo;
53 typedef struct PCIBridge PCIBridge;
54 typedef struct PCIBus PCIBus;
55 typedef struct PCIDevice PCIDevice;
56 typedef struct PCIEAERErr PCIEAERErr;
57 typedef struct PCIEAERLog PCIEAERLog;
58 typedef struct PCIEAERMsg PCIEAERMsg;
59 typedef struct PCIEPort PCIEPort;
60 typedef struct PCIESlot PCIESlot;
61 typedef struct PCIExpressDevice PCIExpressDevice;
62 typedef struct PCIExpressHost PCIExpressHost;
63 typedef struct PCIHostState PCIHostState;
64 typedef struct PCMachineState PCMachineState;
65 typedef struct PCMachineClass PCMachineClass;
66 typedef struct PCMCIACardState PCMCIACardState;
67 typedef struct PixelFormat PixelFormat;
68 typedef struct PropertyInfo PropertyInfo;
69 typedef struct Property Property;
70 typedef struct QEMUBH QEMUBH;
71 typedef struct QemuConsole QemuConsole;
72 typedef struct QEMUFile QEMUFile;
73 typedef struct QemuOpt QemuOpt;
74 typedef struct QemuOpts QemuOpts;
75 typedef struct QemuOptsList QemuOptsList;
76 typedef struct QEMUSGList QEMUSGList;
77 typedef struct QEMUSizedBuffer QEMUSizedBuffer;
78 typedef struct QEMUTimerListGroup QEMUTimerListGroup;
79 typedef struct QEMUTimer QEMUTimer;
80 typedef struct Range Range;
81 typedef struct SerialState SerialState;
82 typedef struct SHPCDevice SHPCDevice;
83 typedef struct SMBusDevice SMBusDevice;
84 typedef struct SSIBus SSIBus;
85 typedef struct uWireSlave uWireSlave;
86 typedef struct VirtIODevice VirtIODevice;
87 typedef struct Visitor Visitor;
88 typedef struct MonitorDef MonitorDef;
90 #endif /* QEMU_TYPEDEFS_H */