aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/linux/version.h
blob: 22835428203a697015dfe51afe5dcff8940fa52d (plain) (blame)
1
2
#define LINUX_VERSION_CODE 329472
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))