diff options
Diffstat (limited to 'include/part.h')
| -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 3f780a1f9..27ea283f1 100644 --- a/include/part.h +++ b/include/part.h @@ -94,6 +94,9 @@ typedef struct disk_partition {  	uchar	name[32];	/* partition name			*/  	uchar	type[32];	/* string type description		*/  	int	bootable;	/* Active/Bootable flag is set		*/ +#ifdef CONFIG_PARTITION_UUIDS +	char	uuid[37];	/* filesystem UUID as string, if exists	*/ +#endif  } disk_partition_t;  /* Misc _get_dev functions */ |