aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/squashfs.h
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2009-09-22 19:25:24 +0100
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-01-20 21:47:46 +0000
commite6a6d3795565b8ccb957afc6ca0e50db40b2d899 (patch)
tree5ab7020e28652f3db91dffcce06d5ec1723a4394 /fs/squashfs/squashfs.h
parent7284ce6c9f6153d1777df5f310c959724d1bd446 (diff)
downloadkernel_samsung_smdk4412-e6a6d3795565b8ccb957afc6ca0e50db40b2d899.zip
kernel_samsung_smdk4412-e6a6d3795565b8ccb957afc6ca0e50db40b2d899.tar.gz
kernel_samsung_smdk4412-e6a6d3795565b8ccb957afc6ca0e50db40b2d899.tar.bz2
Squashfs: move zlib decompression wrapper code into a separate file
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/squashfs.h')
-rw-r--r--fs/squashfs/squashfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h
index 0e9feb6..ba87db6 100644
--- a/fs/squashfs/squashfs.h
+++ b/fs/squashfs/squashfs.h
@@ -70,6 +70,10 @@ extern struct inode *squashfs_iget(struct super_block *, long long,
unsigned int);
extern int squashfs_read_inode(struct inode *, long long);
+/* zlib_wrapper.c */
+extern int squashfs_zlib_uncompress(struct squashfs_sb_info *, void **,
+ struct buffer_head **, int, int, int, int, int);
+
/*
* Inodes and files operations
*/