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
lib
zlib_inflate
inflate_syms.c
Go to the documentation of this file.
1
/*
2
* linux/lib/zlib_inflate/inflate_syms.c
3
*
4
* Exported symbols for the inflate functionality.
5
*
6
*/
7
8
#include <linux/module.h>
9
#include <
linux/init.h
>
10
11
#include <
linux/zlib.h
>
12
13
EXPORT_SYMBOL
(
zlib_inflate_workspacesize
);
14
EXPORT_SYMBOL
(
zlib_inflate
);
15
EXPORT_SYMBOL
(
zlib_inflateInit2
);
16
EXPORT_SYMBOL
(
zlib_inflateEnd
);
17
EXPORT_SYMBOL
(
zlib_inflateReset
);
18
EXPORT_SYMBOL
(
zlib_inflateIncomp
);
19
EXPORT_SYMBOL
(
zlib_inflate_blob
);
20
MODULE_LICENSE
(
"GPL"
);
Generated on Thu Jan 10 2013 14:56:01 for Linux Kernel by
1.8.2