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