mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 18:56:24 +00:00
1d3100cf14
Add s/w 842 compression support. Link: https://lkml.kernel.org/r/20240902105656.1383858-12-senozhatsky@chromium.org Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org> Cc: Minchan Kim <minchan@kernel.org> Cc: Nick Terrell <terrelln@fb.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
11 lines
194 B
C
11 lines
194 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#ifndef __BACKEND_842_H__
|
|
#define __BACKEND_842_H__
|
|
|
|
#include "zcomp.h"
|
|
|
|
extern const struct zcomp_ops backend_842;
|
|
|
|
#endif /* __BACKEND_842_H__ */
|