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
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
blob
10fdfff1ec1cce1c9b554ff3a08ba16487ad1209
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
3
#ifndef __BACKEND_ZSTD_H__
4
#define __BACKEND_ZSTD_H__
5
6
#include
"zcomp.h"
7
8
extern
const struct
zcomp_ops backend_zstd
;
9
10
#endif
/* __BACKEND_ZSTD_H__ */