![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 /* 0003 * linux/lib/zlib_deflate/deflate_syms.c 0004 * 0005 * Exported symbols for the deflate 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_deflate_workspacesize); 0015 EXPORT_SYMBOL(zlib_deflate_dfltcc_enabled); 0016 EXPORT_SYMBOL(zlib_deflate); 0017 EXPORT_SYMBOL(zlib_deflateInit2); 0018 EXPORT_SYMBOL(zlib_deflateEnd); 0019 EXPORT_SYMBOL(zlib_deflateReset); 0020 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 |
![]() ![]() |