summaryrefslogtreecommitdiff
path: root/bundled/linux/include/uapi/linux/version.h
blob: b178b3c43ff739e23ce1bbe3922ca66ea27f3bd1 (plain)
1
2
3
4
5
#define LINUX_VERSION_CODE 393984
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 6
#define LINUX_VERSION_PATCHLEVEL 2
#define LINUX_VERSION_SUBLEVEL 0