blob: c11fa602a7033bca7d65d09d9c7b36cc35b20506 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef __BACKEND_LZ4_H__
#define __BACKEND_LZ4_H__
#include "zcomp.h"
extern const struct zcomp_ops backend_lz4;
#endif /* __BACKEND_LZ4_H__ */
|