[PATCH 07/12] partition: add PARTITION_LINUX_DATA_GUID define

Sascha Hauer s.hauer at pengutronix.de
Mon Feb 19 00:31:35 PST 2024


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 include/efi/partition.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/efi/partition.h b/include/efi/partition.h
index 0ca2a72eb9..40ff4c557f 100644
--- a/include/efi/partition.h
+++ b/include/efi/partition.h
@@ -45,6 +45,9 @@
 #define PARTITION_BASIC_DATA_GUID \
 	GUID_INIT( 0xEBD0A0A2, 0xB9E5, 0x4433, \
 		0x87, 0xC0, 0x68, 0xB6, 0xB7, 0x26, 0x99, 0xC7)
+#define PARTITION_LINUX_DATA_GUID \
+	GUID_INIT( 0x0FC63DAF, 0x8483, 0x4772, \
+		0x8E, 0x79, 0x3D, 0x69, 0xD8, 0x47, 0x7D, 0xE4)
 #define PARTITION_LINUX_RAID_GUID \
 	GUID_INIT( 0xa19d880f, 0x05fc, 0x4d3b, \
 		0xa0, 0x06, 0x74, 0x3f, 0x0f, 0x84, 0x91, 0x1e)
-- 
2.39.2




More information about the barebox mailing list