blob: 6f23481804c1d809063761be5f096fbaca46bd48 [file] [log] [blame]
Mikhail Zaslonkoaa5b3952020-01-30 22:16:17 -08001// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * linux/lib/zlib_dfltcc/dfltcc_syms.c
4 *
5 * Exported symbols for the s390 zlib dfltcc support.
6 *
7 */
8
9#include <linux/init.h>
10#include <linux/module.h>
11#include <linux/zlib.h>
12#include "dfltcc.h"
13
14EXPORT_SYMBOL(dfltcc_can_deflate);
15EXPORT_SYMBOL(dfltcc_deflate);
16EXPORT_SYMBOL(dfltcc_reset);
17MODULE_LICENSE("GPL");