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