From 79cb8ced7eef53856b5a877db0544acf52e00c80 Mon Sep 17 00:00:00 2001 From: Chan Jeong Date: Thu, 5 Aug 2010 02:29:59 +0100 Subject: Squashfs: Add LZO compression support Signed-off-by: Chan Jeong Signed-off-by: Phillip Lougher --- fs/squashfs/squashfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fs/squashfs/squashfs.h') diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 733a17c4294..3a95ea68b00 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h @@ -104,3 +104,6 @@ extern const struct xattr_handler *squashfs_xattr_handlers[]; /* zlib_wrapper.c */ extern const struct squashfs_decompressor squashfs_zlib_comp_ops; + +/* lzo_wrappers.c */ +extern const struct squashfs_decompressor squashfs_lzo_comp_ops; -- cgit v1.2.3