aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/any-linux-any/linux/version.h
blob: c5e8c73f0611e9f0bd8f2cdf5a53e87b25625b98 (plain)
1
2
3
4
5
#define LINUX_VERSION_CODE 397568
#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 0