diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/part.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/part.h b/include/part.h index 9d0e20d041..b6d1b33167 100644 --- a/include/part.h +++ b/include/part.h @@ -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 */ |