]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - fs/cramfs/internal.h
Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes
[mirror_ubuntu-zesty-kernel.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);