Files
linux-apfs/include/linux/cramfs_fs.h
T

11 lines
279 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef __CRAMFS_H
#define __CRAMFS_H
2012-10-13 10:46:48 +01:00
#include <uapi/linux/cramfs_fs.h>
2005-04-16 15:20:36 -07:00
/* Uncompression interfaces to the underlying zlib */
int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
int cramfs_uncompress_init(void);
void cramfs_uncompress_exit(void);
2005-04-16 15:20:36 -07:00
#endif