summaryrefslogtreecommitdiff
path: root/include/linux-private/linux/version.h
blob: 4ae7bc0dbecfe81e104e1fbdafda23483616440d (plain)
1
2
3
4
5
#define LINUX_VERSION_CODE 394240
#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 0