Home
last modified time | relevance | path

Searched refs:LZ4_VERSION_MAJOR (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Dlz4.h101 #define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ macro
105 #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR * 100 * 100 + LZ4_VERSION_MINOR * 100 + LZ4_VERSION_R…
107 #define LZ4_LIB_VERSION LZ4_VERSION_MAJOR.LZ4_VERSION_MINOR.LZ4_VERSION_RELEASE