Revision 904ebffe blockdev.h

b/blockdev.h
18 18

  
19 19
#define BLOCK_SERIAL_STRLEN 20
20 20

  
21
typedef enum {
22
    IF_NONE,
23
    IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
24
    IF_COUNT
25
} BlockInterfaceType;
26

  
21 27
struct DriveInfo {
22 28
    BlockDriverState *bdrv;
23 29
    char *id;

Also available in: Unified diff