Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.0 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);