aboutsummaryrefslogtreecommitdiff
path: root/blockdev.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2011-01-28 11:21:38 +0100
committerKevin Wolf <kwolf@redhat.com>2011-01-31 10:24:25 +0100
commit904ebffee5a7e7d246039ad5826195fe51ccf769 (patch)
treefe42ed0db88e9a27fc578b447a8b2962783eb24e /blockdev.h
parent13839974d14701626a2f9dcc5f8cf65783d51c11 (diff)
blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.h
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'blockdev.h')
-rw-r--r--blockdev.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/blockdev.h b/blockdev.h
index 3ed66348d3..2cbbb87dc7 100644
--- a/blockdev.h
+++ b/blockdev.h
@@ -18,6 +18,12 @@ void blockdev_auto_del(BlockDriverState *bs);
#define BLOCK_SERIAL_STRLEN 20
+typedef enum {
+ IF_NONE,
+ IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
+ IF_COUNT
+} BlockInterfaceType;
+
struct DriveInfo {
BlockDriverState *bdrv;
char *id;