Merge tag 'v3.18-rc4' into x86/cleanups, to refresh the tree before pulling new changes.
[deliverable/linux.git] / fs / cramfs / internal.h
CommitLineData
1da177e4
LT
1/* Uncompression interfaces to the underlying zlib */
2int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
3int cramfs_uncompress_init(void);
368bdb3d 4void cramfs_uncompress_exit(void);
This page took 0.936141 seconds and 5 git commands to generate.