summaryrefslogtreecommitdiffstats
path: root/sys/sys/gpt.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-06-22 22:11:12 +0000
committermarcel <marcel@FreeBSD.org>2006-06-22 22:11:12 +0000
commitdfa030a122779e872b25787b952b02f5ed871d0e (patch)
treefc2ba5a0c0df03d96f297a1d12fa491fa974c5da /sys/sys/gpt.h
parentabc600ba4a75d7918d64625ca7168554f70954c3 (diff)
downloadFreeBSD-src-dfa030a122779e872b25787b952b02f5ed871d0e.zip
FreeBSD-src-dfa030a122779e872b25787b952b02f5ed871d0e.tar.gz
Add the UUID of Apple's HFS file system as can be found in the Intel
based Macs.
Diffstat (limited to 'sys/sys/gpt.h')
-rw-r--r--sys/sys/gpt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h
index a93ee96..7d92dee 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_ */
OpenPOWER on IntegriCloud