repo.or.cz
/
linux-2.6
/
libata-dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cgroup, cpuset: remove cgroup_subsys->post_clone()
[linux-2.6/libata-dev.git]
/
include
/
linux
/
cramfs_fs.h
blob
133789609f239e5f25edfade82be8fe7f6ddb381
1
#ifndef __CRAMFS_H
2
#define __CRAMFS_H
3
4
#include <uapi/linux/cramfs_fs.h>
5
6
/* Uncompression interfaces to the underlying zlib */
7
int
cramfs_uncompress_block
(
void
*
dst
,
int
dstlen
,
void
*
src
,
int
srclen
);
8
int
cramfs_uncompress_init
(
void
);
9
void
cramfs_uncompress_exit
(
void
);
10
#endif