Searched defs:KERNEL_VERSION (Results 1 – 5 of 5) sorted by relevance
74 #define KERNEL_VERSION(a, b, c) (0) macro
77 #define KERNEL_VERSION(a, b, c) (0) macro
72 #define KERNEL_VERSION (((UINT32)LITEOS_VERSION_MAJOR * 10000000UL) | \ macro
52 #define KERNEL_VERSION (((UINT32)LITEOS_VERSION_MAJOR * 10000000UL) | \ macro
109 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro