Searched defs:KERNEL_VERSION (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/external/strace/
H A Ddefs.h458 #undef KERNEL_VERSION macro
459 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro

Completed in 454 milliseconds