linux-zen-desktop/include/generated/uapi/linux/version.h

6 lines
215 B
C
Raw Permalink Normal View History

2023-10-24 12:59:35 +02:00
#define LINUX_VERSION_CODE 394501
2023-08-30 17:31:07 +02:00
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 6
2023-10-24 12:59:35 +02:00
#define LINUX_VERSION_PATCHLEVEL 5
#define LINUX_VERSION_SUBLEVEL 5