Searched defs:KERNEL_VERSION (Results 1 – 2 of 2) sorted by relevance
2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
61 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
Completed in 4 milliseconds