]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/part.h
disk/part: check bootable flag for DOS partitions
[karo-tx-uboot.git] / include / part.h
index e1478f4ebf4d083b4cb676b6a34d45de038545a3..447f69dfc4fa5e637b2237f3d5b1cdaa24bf6045 100644 (file)
@@ -93,6 +93,7 @@ typedef struct disk_partition {
        ulong   blksz;          /* block size in bytes                  */
        uchar   name[32];       /* partition name                       */
        uchar   type[32];       /* string type description              */
+       int     bootable;       /* Active/Bootable flag is set          */
 } disk_partition_t;
 
 /* Misc _get_dev functions */