azure: Update for python3 and current pytest
[oweals/u-boot.git] / include / blk.h
index 5e94f0e096b86046f85829999d221b652c8bb616..d0c033aece0fb7986a614cef5a9176dc6bca2f44 100644 (file)
@@ -33,6 +33,7 @@ enum if_type {
        IF_TYPE_HOST,
        IF_TYPE_NVME,
        IF_TYPE_EFI,
+       IF_TYPE_VIRTIO,
 
        IF_TYPE_COUNT,                  /* Number of interface types */
 };