Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.6-rc2 4 lines 198 B view raw
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);