mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
f7f4f4dd69
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
4 lines
198 B
C
4 lines
198 B
C
/* 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);
|