bcachefs-tools/include/linux/lz4.h

6 lines
163 B
C
Raw 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_MEM_COMPRESS 0