summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/version.h
blob: 66af9fdf49f29c8aa0f72174b7e8c03d89ff396b (plain)
1
2
3
4
5
6
#define LINUX_VERSION_CODE 397576
#define KERNEL_VERSION(a, b, c) \
	(((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR	 6
#define LINUX_VERSION_PATCHLEVEL 17
#define LINUX_VERSION_SUBLEVEL	 8