Loading...
Note: File does not exist in v3.15.
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
14EXPORT_SYMBOL(dfltcc_can_deflate);
15EXPORT_SYMBOL(dfltcc_deflate);
16EXPORT_SYMBOL(dfltcc_reset);
17MODULE_LICENSE("GPL");