xen: pvblock: Add initial support for para-virtualized block driver
[platform/kernel/u-boot.git] / include / blk.h
index abcd4be..9ee10fb 100644 (file)
@@ -33,6 +33,7 @@ enum if_type {
        IF_TYPE_HOST,
        IF_TYPE_NVME,
        IF_TYPE_EFI,
+       IF_TYPE_PVBLOCK,
        IF_TYPE_VIRTIO,
 
        IF_TYPE_COUNT,                  /* Number of interface types */