]> Git Repo - linux.git/blame - include/linux/sw842.h
Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/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
This page took 1.911895 seconds and 4 git commands to generate.