mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-03 00:00:07 +03:00
6 lines
163 B
C
6 lines
163 B
C
#include <lz4.h>
|
|
|
|
#define LZ4_compress_destSize(src, dst, srclen, dstlen, workspace) \
|
|
LZ4_compress_destSize(src, dst, srclen, dstlen)
|
|
#define LZ4_MEM_COMPRESS 0
|