Home
last modified time | relevance | path

Searched defs:KERNEL_VERSION (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dversion.h20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dversion.h7 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c71 #define KERNEL_VERSION (((UINT32)LITEOS_VERSION_MAJOR * 10000000UL) | \ macro