move hw cursor pos from cirrus to vga
[qemu.git] / include / qemu / typedefs.h
blob57ff47f2844d2743e627ce10bf0d3a7958eaa23f
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 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 DisplayChangeListener DisplayChangeListener;
21 typedef struct DisplayState DisplayState;
22 typedef struct DisplaySurface DisplaySurface;
23 typedef struct DriveInfo DriveInfo;
24 typedef struct EventNotifier EventNotifier;
25 typedef struct FWCfgState FWCfgState;
26 typedef struct HCIInfo HCIInfo;
27 typedef struct I2CBus I2CBus;
28 typedef struct I2SCodec I2SCodec;
29 typedef struct ISABus ISABus;
30 typedef struct ISADevice ISADevice;
31 typedef struct MACAddr MACAddr;
32 typedef struct MachineClass MachineClass;
33 typedef struct MachineState MachineState;
34 typedef struct MemoryListener MemoryListener;
35 typedef struct MemoryMappingList MemoryMappingList;
36 typedef struct MemoryRegion MemoryRegion;
37 typedef struct MemoryRegionSection MemoryRegionSection;
38 typedef struct MigrationParams MigrationParams;
39 typedef struct Monitor Monitor;
40 typedef struct MouseTransformInfo MouseTransformInfo;
41 typedef struct MSIMessage MSIMessage;
42 typedef struct NetClientState NetClientState;
43 typedef struct NICInfo NICInfo;
44 typedef struct PcGuestInfo PcGuestInfo;
45 typedef struct PCIBridge PCIBridge;
46 typedef struct PCIBus PCIBus;
47 typedef struct PCIDevice PCIDevice;
48 typedef struct PCIEAERErr PCIEAERErr;
49 typedef struct PCIEAERLog PCIEAERLog;
50 typedef struct PCIEAERMsg PCIEAERMsg;
51 typedef struct PCIEPort PCIEPort;
52 typedef struct PCIESlot PCIESlot;
53 typedef struct PCIExpressDevice PCIExpressDevice;
54 typedef struct PCIExpressHost PCIExpressHost;
55 typedef struct PCIHostState PCIHostState;
56 typedef struct PCMCIACardState PCMCIACardState;
57 typedef struct PixelFormat PixelFormat;
58 typedef struct PropertyInfo PropertyInfo;
59 typedef struct Property Property;
60 typedef struct QEMUBH QEMUBH;
61 typedef struct QemuConsole QemuConsole;
62 typedef struct QEMUFile QEMUFile;
63 typedef struct QEMUMachine QEMUMachine;
64 typedef struct QEMUSGList QEMUSGList;
65 typedef struct QEMUSizedBuffer QEMUSizedBuffer;
66 typedef struct QEMUTimerListGroup QEMUTimerListGroup;
67 typedef struct QEMUTimer QEMUTimer;
68 typedef struct Range Range;
69 typedef struct SerialState SerialState;
70 typedef struct SHPCDevice SHPCDevice;
71 typedef struct SMBusDevice SMBusDevice;
72 typedef struct SSIBus SSIBus;
73 typedef struct uWireSlave uWireSlave;
74 typedef struct VirtIODevice VirtIODevice;
75 typedef struct Visitor Visitor;
77 #endif /* QEMU_TYPEDEFS_H */