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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dwlan_compat.h383 #ifndef KERNEL_VERSION
384 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
387 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,17))
391 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0))
395 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18))
397 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,0,16))
454 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,1,90))
464 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0))
472 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,3,38))
474 #elif (LINUX_VERSION_CODE < KERNEL_VERSION(
[all...]

Completed in 47 milliseconds