brintos

brintos / linux-shallow public Read only

0
0
Text · 198 B · 349d712 Raw
5 lines · c
1/* Uncompression interfaces to the underlying zlib */2int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);3int cramfs_uncompress_init(void);4void cramfs_uncompress_exit(void);5