summaryrefslogtreecommitdiff
path: root/pfinet/glue-include/linux/version.h
blob: 3a49a481745c8b92adf825b31dbeb9b546de4a40 (plain)
1
2
3
#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))