repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.13-rc4
[linux.git]
/
drivers
/
block
/
zram
/
backend_lz4.h
blob
c11fa602a7033bca7d65d09d9c7b36cc35b20506
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
3
#ifndef __BACKEND_LZ4_H__
4
#define __BACKEND_LZ4_H__
5
6
#include
"zcomp.h"
7
8
extern
const struct
zcomp_ops backend_lz4
;
9
10
#endif
/* __BACKEND_LZ4_H__ */