Home
last modified time | relevance | path

Searched refs:KERNEL_VERSION (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c137 #if (LINUX_VERSION_CODE == KERNEL_VERSION(3,10,40))