Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v3.5.6.
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);