aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/kernel/version.h
blob: 6d2d8893a820d95ef9a82bfc1f758e79a8805c4f (plain)
1
2
3
4
5
#define LINUX_VERSION_CODE 397861
#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 37