From 97b94c0e72905d0f129d9feeb26aa07edb61666a Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 22 Jun 2006 22:11:12 +0000 Subject: [PATCH] Add the UUID of Apple's HFS file system as can be found in the Intel based Macs. --- sys/sys/gpt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h index a93ee965d604..7d92dee37bdd 100644 --- a/sys/sys/gpt.h +++ b/sys/sys/gpt.h @@ -113,4 +113,7 @@ struct gpt_ent { #define GPT_ENT_TYPE_LINUX_LVM \ {0xe6d6d379,0xf507,0x44c2,0xa2,0x3c,{0x23,0x8f,0x2a,0x3d,0xf9,0x28}} +#define GPT_ENT_TYPE_APPLE_HFS \ + {0x48465300,0x0000,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}} + #endif /* _SYS_GPT_H_ */