cregit-Linux how code gets into the kernel

Release 4.12 lib/zlib_deflate/deflate_syms.c

Directory: lib/zlib_deflate
/*
 * linux/lib/zlib_deflate/deflate_syms.c
 *
 * Exported symbols for the deflate functionality.
 *
 */

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

#include <linux/zlib.h>


EXPORT_SYMBOL(zlib_deflate_workspacesize);

EXPORT_SYMBOL(zlib_deflate);

EXPORT_SYMBOL(zlib_deflateInit2);

EXPORT_SYMBOL(zlib_deflateEnd);

EXPORT_SYMBOL(zlib_deflateReset);
MODULE_LICENSE("GPL");

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds3997.50%150.00%
Richard Purdie12.50%150.00%
Total40100.00%2100.00%
Directory: lib/zlib_deflate
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.