1 #define UTS_RELEASE "2.4.10" 2 #define LINUX_VERSION_CODE 132106 3 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 4