Sign in
◑
Theme
coral
/
linux-imx
/
c0bcdbdff3ff73a54161fca3cb8b6cdbd0bb8762
/
.
/
fs
/
cramfs
/
internal.h
blob: 349d71272157ab8678805b0eb49902b3a96b50ec [
file
]
/* 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
);