4 lines
126 B
C
4 lines
126 B
C
#define UTS_RELEASE "2.6.10"
|
|
#define LINUX_VERSION_CODE 132618
|
|
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|