Allow allocation of SMBIOS table in f-segment if it is small.
[seabios.git] / src / virtio-blk.h
index 8095d5b080498ca663625a855d7acd8b99f41b98..7243704be7953711499864ff9d991e4805584491 100644 (file)
@@ -16,6 +16,8 @@ struct virtio_blk_config
     u32 opt_io_size;
 } __attribute__((packed));
 
+#define VIRTIO_BLK_F_BLK_SIZE 6
+
 /* These two define direction. */
 #define VIRTIO_BLK_T_IN                0
 #define VIRTIO_BLK_T_OUT       1