Linux-6.18.2/drivers/block/zram/backend_lz4hc.h

11 lines
202 B
C
Raw Normal View History

2025-12-23 20:05:50 +08:00
// SPDX-License-Identifier: GPL-2.0-or-later
#ifndef __BACKEND_LZ4HC_H__
#define __BACKEND_LZ4HC_H__
#include "zcomp.h"
extern const struct zcomp_ops backend_lz4hc;
#endif /* __BACKEND_LZ4HC_H__ */