Searched defs:KERNEL_VERSION (Results 1 – 3 of 3) sorted by relevance
20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
7 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
71 #define KERNEL_VERSION (((UINT32)LITEOS_VERSION_MAJOR * 10000000UL) | \ macro