Blame view

kernel/linux-imx6_3.14.28/fs/cramfs/internal.h 198 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
  /* 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);