Initial support for booting from USB drives.
[seabios.git] / src / disk.h
index 90ca04dfa7f9d374450b0661ef94d35ca52ef38d..d87d71aa81805b3dc72514c7a2e6392cdc4a872c 100644 (file)
@@ -199,6 +199,7 @@ struct drive_s {
 #define DTYPE_ATAPI    0x03
 #define DTYPE_RAMDISK  0x04
 #define DTYPE_CDEMU    0x05
+#define DTYPE_USB      0x06
 
 #define TRANSLATION_NONE  0
 #define TRANSLATION_LBA   1