Mikhail Zaslonko | aa5b395 | 2020-01-30 22:16:17 -0800 | [diff] [blame] | 1 | // 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 | |||||
14 | EXPORT_SYMBOL(dfltcc_can_deflate); | ||||
15 | EXPORT_SYMBOL(dfltcc_deflate); | ||||
16 | EXPORT_SYMBOL(dfltcc_reset); | ||||
17 | MODULE_LICENSE("GPL"); |