Searched refs:KERNEL_VERSION (Results 1 – 1 of 1) sorted by relevance
1447 # if !defined(KERNEL_VERSION) /* not defined in 2.0.x kernel series */1448 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro1479 # if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0))1491 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0))1540 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,36)) && !defined(HASFCHMOD)