Sign in
android
/
kernel
/
common
/
a382b06d297e78ed7ac67afd0d8e8690406ac4ca
/
.
/
drivers
/
block
/
zram
/
backend_zstd.h
blob: 10fdfff1ec1cce1c9b554ff3a08ba16487ad1209 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef
__BACKEND_ZSTD_H__
#define
__BACKEND_ZSTD_H__
#include
"zcomp.h"
extern
const
struct
zcomp_ops backend_zstd
;
#endif
/* __BACKEND_ZSTD_H__ */