aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cramfs/internal.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-12-10 16:54:28 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2014-01-25 03:13:02 -0500
commitf7f4f4dd6948e3bca0e04e5217c825052ad88f5a (patch)
treee7e047f1ec986eb4f0795d98cda5801aa265221e /fs/cramfs/internal.h
parentcramfs: get rid of ->put_super() (diff)
downloadlinux-dev-f7f4f4dd6948e3bca0e04e5217c825052ad88f5a.tar.xz
linux-dev-f7f4f4dd6948e3bca0e04e5217c825052ad88f5a.zip
cramfs: take headers to fs/cramfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/cramfs/internal.h')
-rw-r--r--fs/cramfs/internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cramfs/internal.h b/fs/cramfs/internal.h
new file mode 100644
index 000000000000..349d71272157
--- /dev/null
+++ b/fs/cramfs/internal.h
@@ -0,0 +1,4 @@
+/* Uncompression interfaces to the underlying zlib */
+int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
+int cramfs_uncompress_init(void);
+void cramfs_uncompress_exit(void);