Add the Apple HFS UUID for the Intel based mac's. From FreeBSD.
This commit is contained in:
parent
ef21ee74e6
commit
ca4ffb9d4d
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: disklabel_gpt.h,v 1.2 2005/12/03 17:10:46 christos Exp $ */
|
/* $NetBSD: disklabel_gpt.h,v 1.3 2006/08/13 15:31:21 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002 Marcel Moolenaar
|
* Copyright (c) 2002 Marcel Moolenaar
|
||||||
@ -132,4 +132,7 @@ struct gpt_ent {
|
|||||||
#define GPT_ENT_TYPE_LINUX_LVM \
|
#define GPT_ENT_TYPE_LINUX_LVM \
|
||||||
{0xe6d6d379,0xf507,0x44c2,0xa2,0x3c,{0x23,0x8f,0x2a,0x3d,0xf9,0x28}}
|
{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_DISKLABEL_GPT_H_ */
|
#endif /* _SYS_DISKLABEL_GPT_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user