repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
drivers
/
block
/
zram
/
backend_deflate.h
blob
a39ac12b114cf85dc8d862b1d0fafe6f6ba65b2e
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
3
#ifndef __BACKEND_DEFLATE_H__
4
#define __BACKEND_DEFLATE_H__
5
6
#include
"zcomp.h"
7
8
extern
const struct
zcomp_ops backend_deflate
;
9
10
#endif
/* __BACKEND_DEFLATE_H__ */