summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-31 10:22:52 +0000
committerphk <phk@FreeBSD.org>2000-12-31 10:22:52 +0000
commitbd55e14c5922b012035bc431a015ea47974d76b7 (patch)
tree59c44b3e236cb7766d9b48113dc7b8b82aa96e07 /sys
parent7278f730863039fcf48c49ea1f6a3b65842326df (diff)
downloadFreeBSD-src-bd55e14c5922b012035bc431a015ea47974d76b7.zip
FreeBSD-src-bd55e14c5922b012035bc431a015ea47974d76b7.tar.gz
Add compress option at the instigation of rgrimes.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mdioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h
index 194ca54..6782e1a 100644
--- a/sys/sys/mdioctl.h
+++ b/sys/sys/mdioctl.h
@@ -75,5 +75,6 @@ struct md_ioctl {
#define MD_RESERVE 0x02 /* Pre-reserve swap */
#define MD_AUTOUNIT 0x04 /* Assign next free unit */
#define MD_READONLY 0x08 /* Readonly mode */
+#define MD_COMPRESS 0x10 /* Compression mode */
#endif /* _SYS_MDIOCTL_H_*/
OpenPOWER on IntegriCloud