aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/gpt.h
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2015-03-12 18:51:31 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2015-03-12 18:51:31 +0000
commit4fb4ebe0a440d17cbbf2c08a107e7a0d394c39ec (patch)
tree00ad38875e8d5c32315e2d21ad72adf3c80d4a3e /sys/sys/gpt.h
parent9bc58e3d33b543ebf655b7d4634092e8021b4c4d (diff)
downloadsrc-4fb4ebe0a440d17cbbf2c08a107e7a0d394c39ec.tar.gz
src-4fb4ebe0a440d17cbbf2c08a107e7a0d394c39ec.zip
Notes
Diffstat (limited to 'sys/sys/gpt.h')
-rw-r--r--sys/sys/gpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h
index ecf75368a234..e62a80375455 100644
--- a/sys/sys/gpt.h
+++ b/sys/sys/gpt.h
@@ -150,6 +150,8 @@ struct gpt_ent {
{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_APPLE_CORE_STORAGE \
+ {0x53746f72,0x6167,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}}