Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
cramfs_fs.h
Go to the documentation of this file.
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
Generated on Thu Jan 10 2013 14:51:15 for Linux Kernel by
1.8.2