xref: /kernel/linux/linux-6.6/lib/zlib_inflate/inflate_syms.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/lib/zlib_inflate/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * linux/lib/zlib_inflate/inflate_syms.c
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Exported symbols for the inflate functionality.
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#include <linux/module.h>
1062306a36Sopenharmony_ci#include <linux/init.h>
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#include <linux/zlib.h>
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciEXPORT_SYMBOL(zlib_inflate_workspacesize);
1562306a36Sopenharmony_ciEXPORT_SYMBOL(zlib_inflate);
1662306a36Sopenharmony_ciEXPORT_SYMBOL(zlib_inflateInit2);
1762306a36Sopenharmony_ciEXPORT_SYMBOL(zlib_inflateEnd);
1862306a36Sopenharmony_ciEXPORT_SYMBOL(zlib_inflateReset);
1962306a36Sopenharmony_ciEXPORT_SYMBOL(zlib_inflateIncomp);
2062306a36Sopenharmony_ciEXPORT_SYMBOL(zlib_inflate_blob);
2162306a36Sopenharmony_ciMODULE_LICENSE("GPL");
22

Indexes created Thu Nov 07 10:32:03 CST 2024