summaryrefslogtreecommitdiffstats
path: root/sys/sys/vtoc.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-05-25 20:33:34 +0000
committermarcel <marcel@FreeBSD.org>2012-05-25 20:33:34 +0000
commit5306b1eeab09fc89054e9d4151e0f7b293e90146 (patch)
tree22db89ce1df21b40282304277904a448e457d5b0 /sys/sys/vtoc.h
parent788f1361df0f2ba2620c9ef048e47454c3aaceee (diff)
downloadFreeBSD-src-5306b1eeab09fc89054e9d4151e0f7b293e90146.zip
FreeBSD-src-5306b1eeab09fc89054e9d4151e0f7b293e90146.tar.gz
Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.
The gpart alias for these partition types is "freebsd-nandfs".
Diffstat (limited to 'sys/sys/vtoc.h')
-rw-r--r--sys/sys/vtoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/vtoc.h b/sys/sys/vtoc.h
index 55c80e2..82c6a57 100644
--- a/sys/sys/vtoc.h
+++ b/sys/sys/vtoc.h
@@ -51,6 +51,7 @@
#define VTOC_TAG_FREEBSD_UFS 0x0902
#define VTOC_TAG_FREEBSD_VINUM 0x0903
#define VTOC_TAG_FREEBSD_ZFS 0x0904
+#define VTOC_TAG_FREEBSD_NANDFS 0x0905
#define VTOC_FLAG_UNMNT 0x01 /* unmountable partition */
#define VTOC_FLAG_RDONLY 0x10 /* partition is read/only */
OpenPOWER on IntegriCloud