aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/version.h
blob: 6afe5dfae5ad965d4ff394637307d6ba6571c638 (plain) (blame)
1
2
#define LINUX_VERSION_CODE 196874
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))