added a lot of printk output to ease writing of emulator
[linux-2.4.21-pre4.git] / include / linux / version.h
1 #define UTS_RELEASE "2.4.21-pre4"
2 #define LINUX_VERSION_CODE 132117
3 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))