repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: dt: Add PMU node, making PMU child devices childs of this node
[linux/fpc-iii.git]
/
fs
/
cramfs
/
internal.h
blob
349d71272157ab8678805b0eb49902b3a96b50ec
1
/* Uncompression interfaces to the underlying zlib */
2
int
cramfs_uncompress_block
(
void
*
dst
,
int
dstlen
,
void
*
src
,
int
srclen
);
3
int
cramfs_uncompress_init
(
void
);
4
void
cramfs_uncompress_exit
(
void
);