diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-10-21 17:29:06 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-10-21 17:29:06 +0000 |
commit | d4ffc7ac3583b6fc7ca02c1defcbeb332a60fd05 (patch) | |
tree | aca30db794ce4824d3e643fa962c90929b75284d /sys/sys/apm.h | |
parent | da65d6fe836b1c916f324dc118147ebef2e66cc5 (diff) | |
download | src-d4ffc7ac3583b6fc7ca02c1defcbeb332a60fd05.tar.gz src-d4ffc7ac3583b6fc7ca02c1defcbeb332a60fd05.zip |
Add a partition type for ZFS.
Notes
Notes:
svn path=/head/; revision=172855
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 3ca737b0a297..f93ed833ee9b 100644 --- a/sys/sys/apm.h +++ b/sys/sys/apm.h @@ -56,6 +56,7 @@ struct apm_ent { #define APM_ENT_TYPE_FREEBSD_SWAP "FreeBSD-swap" #define APM_ENT_TYPE_FREEBSD_UFS "FreeBSD-UFS" #define APM_ENT_TYPE_FREEBSD_VINUM "FreeBSD-Vinum" +#define APM_ENT_TYPE_FREEBSD_ZFS "FreeBSD-ZFS" #define APM_ENT_TYPE_APPLE_HFS "Apple_HFS" |