]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - include/linux/sw842.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / include / linux / sw842.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
2da572c9
DS
2#ifndef __SW842_H__
3#define __SW842_H__
4
5#define SW842_MEM_COMPRESS (0xf000)
6
7int sw842_compress(const u8 *src, unsigned int srclen,
8 u8 *dst, unsigned int *destlen, void *wmem);
9
10int sw842_decompress(const u8 *src, unsigned int srclen,
11 u8 *dst, unsigned int *destlen);
12
13#endif