Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[deliverable/linux.git] / include / linux / cramfs_fs.h
CommitLineData
1da177e4
LT
1#ifndef __CRAMFS_H
2#define __CRAMFS_H
3
607ca46e 4#include <uapi/linux/cramfs_fs.h>
1da177e4 5
1da177e4
LT
6/* Uncompression interfaces to the underlying zlib */
7int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
8int cramfs_uncompress_init(void);
368bdb3d 9void cramfs_uncompress_exit(void);
1da177e4 10#endif
This page took 0.797221 seconds and 5 git commands to generate.