diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-05-25 20:33:34 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2012-05-25 20:33:34 +0000 |
commit | f24a8224b2046c7b7e4525ccb94b8e1f39a600d4 (patch) | |
tree | 22db89ce1df21b40282304277904a448e457d5b0 /sys/sys/apm.h | |
parent | 3c52150e70ebc3e264786918f0414edfa243a7d2 (diff) | |
download | src-f24a8224b2046c7b7e4525ccb94b8e1f39a600d4.tar.gz src-f24a8224b2046c7b7e4525ccb94b8e1f39a600d4.zip |
Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.
The gpart alias for these partition types is "freebsd-nandfs".
Notes
Notes:
svn path=/head/; revision=236023
Diffstat (limited to 'sys/sys/apm.h')
-rw-r--r-- | sys/sys/apm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/apm.h b/sys/sys/apm.h index e1b0e85c9c2b..a17591db822e 100644 --- a/sys/sys/apm.h +++ b/sys/sys/apm.h @@ -56,6 +56,7 @@ struct apm_ent { #define APM_ENT_TYPE_UNUSED "Apple_Free" #define APM_ENT_TYPE_FREEBSD "FreeBSD" +#define APM_ENT_TYPE_FREEBSD_NANDFS "FreeBSD-nandfs" #define APM_ENT_TYPE_FREEBSD_SWAP "FreeBSD-swap" #define APM_ENT_TYPE_FREEBSD_UFS "FreeBSD-UFS" #define APM_ENT_TYPE_FREEBSD_VINUM "FreeBSD-Vinum" |