xref: /OK3568_Linux_fs/kernel/fs/cramfs/internal.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* Uncompression interfaces to the underlying zlib */
2*4882a593Smuzhiyun int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
3*4882a593Smuzhiyun int cramfs_uncompress_init(void);
4*4882a593Smuzhiyun void cramfs_uncompress_exit(void);
5