#define UTS_RELEASE		"2.1.12"
#define LINUX_VERSION_CODE	KERNEL_VERSION(2,1,12)
#define KERNEL_VERSION(x,y,z)	(((x)<<16)+((y)<<8)+(z))