summaryrefslogtreecommitdiff
path: root/bundled/linux/include/uapi/linux/version.h
blob: c03c45872b14b9d8988de1222e9fefa9d75c71c6 (plain)
1
2
3
4
5
#define LINUX_VERSION_CODE 332544
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 5
#define LINUX_VERSION_PATCHLEVEL 19
#define LINUX_VERSION_SUBLEVEL 0