diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-12-11 01:54:28 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-01-25 12:13:02 +0400 |
commit | f7f4f4dd6948e3bca0e04e5217c825052ad88f5a (patch) | |
tree | e7e047f1ec986eb4f0795d98cda5801aa265221e /fs/cramfs/internal.h | |
parent | 2309fb8ef40e82c4175100c37eb3d9db9e572ca5 (diff) | |
download | linux-f7f4f4dd6948e3bca0e04e5217c825052ad88f5a.tar.xz |
cramfs: take headers to fs/cramfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/cramfs/internal.h')
-rw-r--r-- | fs/cramfs/internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cramfs/internal.h b/fs/cramfs/internal.h new file mode 100644 index 000000000000..349d71272157 --- /dev/null +++ b/fs/cramfs/internal.h @@ -0,0 +1,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); |