![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 /* 0003 * linux/lib/zlib_inflate/inflate_syms.c 0004 * 0005 * Exported symbols for the inflate functionality. 0006 * 0007 */ 0008 0009 #include <linux/module.h> 0010 #include <linux/init.h> 0011 0012 #include <linux/zlib.h> 0013 0014 EXPORT_SYMBOL(zlib_inflate_workspacesize); 0015 EXPORT_SYMBOL(zlib_inflate); 0016 EXPORT_SYMBOL(zlib_inflateInit2); 0017 EXPORT_SYMBOL(zlib_inflateEnd); 0018 EXPORT_SYMBOL(zlib_inflateReset); 0019 EXPORT_SYMBOL(zlib_inflateIncomp); 0020 EXPORT_SYMBOL(zlib_inflate_blob); 0021 MODULE_LICENSE("GPL");
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |