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_deflate
deflate_syms.c
Go to the documentation of this file.
1
/*
2
* linux/lib/zlib_deflate/deflate_syms.c
3
*
4
* Exported symbols for the deflate 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_deflate_workspacesize
);
14
EXPORT_SYMBOL
(
zlib_deflate
);
15
EXPORT_SYMBOL
(
zlib_deflateInit2
);
16
EXPORT_SYMBOL
(
zlib_deflateEnd
);
17
EXPORT_SYMBOL
(
zlib_deflateReset
);
18
MODULE_LICENSE
(
"GPL"
);
Generated on Thu Jan 10 2013 14:56:00 for Linux Kernel by
1.8.2