bcachefs-tools/include/linux/lz4.h

11 lines
292 B
C
Raw Permalink Normal View History

2018-05-17 09:45:49 +03:00
#include <lz4.h>
2017-01-08 12:13:18 +03:00
2018-05-17 09:45:49 +03:00
#define LZ4_compress_destSize(src, dst, srclen, dstlen, workspace) \
LZ4_compress_destSize(src, dst, srclen, dstlen)
#define LZ4_compress_HC(src, dst, srclen, dstlen, level, workspace) -1
2018-05-17 09:45:49 +03:00
#define LZ4_MEM_COMPRESS 0
#define LZ4HC_MEM_COMPRESS 0
#define LZ4HC_MIN_CLEVEL 0