From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- include/linux/cramfs_fs.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/linux/cramfs_fs.h (limited to 'include/linux/cramfs_fs.h') diff --git a/include/linux/cramfs_fs.h b/include/linux/cramfs_fs.h new file mode 100644 index 00000000..13378960 --- /dev/null +++ b/include/linux/cramfs_fs.h @@ -0,0 +1,10 @@ +#ifndef __CRAMFS_H +#define __CRAMFS_H + +#include + +/* 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); +#endif -- cgit v1.3.1