blob: 7c0016e3eb53fc09b0c863a03885e70bfda5643e (
plain)
1
2
3
4
5
|
#define LINUX_VERSION_CODE 397866
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 6
#define LINUX_VERSION_PATCHLEVEL 18
#define LINUX_VERSION_SUBLEVEL 42
|