cregit-Linux how code gets into the kernel

Release 4.16 lib/zlib_inflate/inflate_syms.c

Directory: lib/zlib_inflate
/*
 * linux/lib/zlib_inflate/inflate_syms.c
 *
 * Exported symbols for the inflate functionality.
 *
 */

#include <linux/module.h>
#include <linux/init.h>

#include <linux/zlib.h>

EXPORT_SYMBOL(zlib_inflate_workspacesize);
EXPORT_SYMBOL(zlib_inflate);
EXPORT_SYMBOL(zlib_inflateInit2);
EXPORT_SYMBOL(zlib_inflateEnd);
EXPORT_SYMBOL(zlib_inflateReset);
EXPORT_SYMBOL(zlib_inflateIncomp); 
EXPORT_SYMBOL(zlib_inflate_blob);
MODULE_LICENSE("GPL");

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds4182.00%125.00%
Denys Vlasenko510.00%125.00%
David S. Miller36.00%125.00%
Richard Purdie12.00%125.00%
Total50100.00%4100.00%
Directory: lib/zlib_inflate
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.