Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 
20 MODULE_LICENSE("GPL");