drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.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__ */