Searched refs:KERNEL_VERSION (Results 1 – 2 of 2) sorted by relevance
2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
137 #if (LINUX_VERSION_CODE == KERNEL_VERSION(3,10,40))