aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2009-12-14 20:04:28 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2009-12-14 20:04:28 +0000
commitee085c333edeb7e487bfa6bb9c127798b4dcdc96 (patch)
tree92285720a6580384827cb31e1f472452ea73fab8 /sys
parentf13174303d43685d1f0134c4cf4e9827eccdd2fa (diff)
downloadsrc-ee085c333edeb7e487bfa6bb9c127798b4dcdc96.tar.gz
src-ee085c333edeb7e487bfa6bb9c127798b4dcdc96.zip
Add more Apple partition types.
Notes
Notes: svn path=/head/; revision=200535
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/gpt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h
index 1e6c595341d6..a3e39f23d7fb 100644
--- a/sys/sys/gpt.h
+++ b/sys/sys/gpt.h
@@ -117,6 +117,8 @@ 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_BOOT \
+ {0x426F6F74,0x0000,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
#define GPT_ENT_TYPE_APPLE_HFS \
{0x48465300,0x0000,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
#define GPT_ENT_TYPE_APPLE_UFS \
@@ -127,6 +129,10 @@ struct gpt_ent {
{0x52414944,0x0000,0x11aa,0xaa,0x22,{0x00,0x30,0x65,0x43,0xec,0xac}}
#define GPT_ENT_TYPE_APPLE_RAID_OFFLINE \
{0x52414944,0x5f4f,0x11aa,0xaa,0x22,{0x00,0x30,0x65,0x43,0xec,0xac}}
+#define GPT_ENT_TYPE_APPLE_LABEL \
+ {0x4C616265,0x6c00,0x11aa,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
+#define GPT_ENT_TYPE_APPLE_TV_RECOVERY \
+ {0x5265636f,0x7665,0x11AA,0xaa,0x11,{0x00,0x30,0x65,0x43,0xec,0xac}}
#define GPT_ENT_TYPE_NETBSD_FFS \
{0x49f48d5a,0xb10e,0x11dc,0xb9,0x9b,{0x00,0x19,0xd1,0x87,0x96,0x48}}