]> git.sur5r.net Git - u-boot/blobdiff - include/part.h
armv8: Kconfig: fsl-ppa: support load PPA from eMMC/SD and NAND Flash
[u-boot] / include / part.h
index 9d0e20d0416d30711d6ad4397872658e604e40e0..b6d1b33167ba267244e43f04e18cca870116cfc6 100644 (file)
@@ -59,6 +59,9 @@ typedef struct disk_partition {
 #ifdef CONFIG_PARTITION_TYPE_GUID
        char    type_guid[37];  /* type GUID as string, if exists       */
 #endif
+#ifdef CONFIG_DOS_PARTITION
+       uchar   sys_ind;        /* partition type                       */
+#endif
 } disk_partition_t;
 
 /* Misc _get_dev functions */