Merge tag 'hwmon-for-v6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / block / zram / backend_zstd.h
blob10fdfff1ec1cce1c9b554ff3a08ba16487ad1209
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 #ifndef __BACKEND_ZSTD_H__
4 #define __BACKEND_ZSTD_H__
6 #include "zcomp.h"
8 extern const struct zcomp_ops backend_zstd;
10 #endif /* __BACKEND_ZSTD_H__ */