Revision 2446333c qemu-common.h

b/qemu-common.h
201 201
typedef struct HCIInfo HCIInfo;
202 202
typedef struct AudioState AudioState;
203 203
typedef struct BlockDriverState BlockDriverState;
204
typedef struct DriveInfo DriveInfo;
204 205
typedef struct DisplayState DisplayState;
205 206
typedef struct DisplayChangeListener DisplayChangeListener;
206 207
typedef struct DisplaySurface DisplaySurface;
......
231 232

  
232 233
typedef uint64_t pcibus_t;
233 234

  
235
typedef enum {
236
    IF_NONE,
237
    IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
238
    IF_COUNT
239
} BlockInterfaceType;
240

  
234 241
void cpu_exec_init_all(unsigned long tb_size);
235 242

  
236 243
/* CPU save/load.  */

Also available in: Unified diff