aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/linux/version.h
blob: d4fc15cdd3c1a455bb78bfd4c6c8da8007fe4ccc (plain) (blame)
1
2
3
4
5
#define LINUX_VERSION_CODE 394759
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 6
#define LINUX_VERSION_PATCHLEVEL 6
#define LINUX_VERSION_SUBLEVEL 7