cramfs_fs.h 279 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
#ifndef __CRAMFS_H
#define __CRAMFS_H

4
#include <uapi/linux/cramfs_fs.h>
L
Linus Torvalds 已提交
5 6 7 8

/* Uncompression interfaces to the underlying zlib */
int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
int cramfs_uncompress_init(void);
9
void cramfs_uncompress_exit(void);
L
Linus Torvalds 已提交
10
#endif