summaryrefslogtreecommitdiffstats
path: root/kernel/fs/cramfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/cramfs/internal.h')
-rw-r--r--kernel/fs/cramfs/internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/fs/cramfs/internal.h b/kernel/fs/cramfs/internal.h
new file mode 100644
index 000000000..349d71272
--- /dev/null
+++ b/kernel/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);