diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-12-14 22:47:09 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-12-14 22:47:09 +0000 |
commit | 37c90cfec7ae20d0ed4e1ef3cb8ee4cd92b25884 (patch) | |
tree | f5fd67421f253be772ff7bce4eeed62d7fa5a608 /sys/sys/apm.h | |
parent | 5f26dcd859a18811682d7705d4567ca379d89393 (diff) | |
download | src-37c90cfec7ae20d0ed4e1ef3cb8ee4cd92b25884.tar.gz src-37c90cfec7ae20d0ed4e1ef3cb8ee4cd92b25884.zip |
Add apple-boot and apple-ufs.
Submitted by: nwhitehorn
Notes
Notes:
svn path=/head/; revision=200557
Diffstat (limited to 'sys/sys/apm.h')
-rw-r--r-- | sys/sys/apm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/apm.h b/sys/sys/apm.h index 5fbfa65bbb04..e1b0e85c9c2b 100644 --- a/sys/sys/apm.h +++ b/sys/sys/apm.h @@ -61,6 +61,8 @@ struct apm_ent { #define APM_ENT_TYPE_FREEBSD_VINUM "FreeBSD-Vinum" #define APM_ENT_TYPE_FREEBSD_ZFS "FreeBSD-ZFS" +#define APM_ENT_TYPE_APPLE_BOOT "Apple_Bootstrap" #define APM_ENT_TYPE_APPLE_HFS "Apple_HFS" +#define APM_ENT_TYPE_APPLE_UFS "Apple_UNIX_SVR2" #endif /* _SYS_APM_H_ */ |