ARM: dt: Add PMU node, making PMU child devices childs of this node
[linux/fpc-iii.git] / fs / cramfs / internal.h
blob349d71272157ab8678805b0eb49902b3a96b50ec
1 /* Uncompression interfaces to the underlying zlib */
2 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
3 int cramfs_uncompress_init(void);
4 void cramfs_uncompress_exit(void);