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