drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / drivers / block / zram / backend_deflate.h
bloba39ac12b114cf85dc8d862b1d0fafe6f6ba65b2e
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 #ifndef __BACKEND_DEFLATE_H__
4 #define __BACKEND_DEFLATE_H__
6 #include "zcomp.h"
8 extern const struct zcomp_ops backend_deflate;
10 #endif /* __BACKEND_DEFLATE_H__ */