aboutsummaryrefslogtreecommitdiff
path: root/riscv/include/generated/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/include/generated/uapi/linux')
-rw-r--r--riscv/include/generated/uapi/linux/version.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/include/generated/uapi/linux/version.h b/riscv/include/generated/uapi/linux/version.h
new file mode 100644
index 0000000..a79fa38
--- /dev/null
+++ b/riscv/include/generated/uapi/linux/version.h
@@ -0,0 +1,5 @@
+#define LINUX_VERSION_CODE 395011
+#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
+#define LINUX_VERSION_MAJOR 6
+#define LINUX_VERSION_PATCHLEVEL 7
+#define LINUX_VERSION_SUBLEVEL 3