summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/lofi.h
diff options
context:
space:
mode:
authorAlok Aggarwal <Alok.Aggarwal@Sun.COM>2009-03-08 16:47:15 -0400
committerAlok Aggarwal <Alok.Aggarwal@Sun.COM>2009-03-08 16:47:15 -0400
commitb1efbcd6740f24e4bce347c64e48d9b74b472c67 (patch)
tree5d3d2e227193402ae8bd7f148aaa62641a494b61 /usr/src/uts/common/sys/lofi.h
parent46ebaa55cce1df60528a191312d12199d38a4493 (diff)
downloadillumos-joyent-b1efbcd6740f24e4bce347c64e48d9b74b472c67.tar.gz
PSARC/2008/785 LZMA compression for lofi
6785864 lzma compression support for lofi
Diffstat (limited to 'usr/src/uts/common/sys/lofi.h')
-rw-r--r--usr/src/uts/common/sys/lofi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/lofi.h b/usr/src/uts/common/sys/lofi.h
index 88de981361..38a03ba47b 100644
--- a/usr/src/uts/common/sys/lofi.h
+++ b/usr/src/uts/common/sys/lofi.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -265,6 +265,7 @@ enum lofi_compress {
LOFI_COMPRESS_GZIP = 0,
LOFI_COMPRESS_GZIP_6 = 1,
LOFI_COMPRESS_GZIP_9 = 2,
+ LOFI_COMPRESS_LZMA = 3,
LOFI_COMPRESS_FUNCTIONS
};