Go to the documentation of this file.
9 #include <generated/compile.h>
10 #include <linux/module.h>
12 #include <linux/utsname.h>
13 #include <generated/utsrelease.h>
14 #include <linux/version.h>
16 #ifndef CONFIG_KALLSYMS
17 #define version(a) Version_ ## a
18 #define version_string(a) version(a)
31 .release = UTS_RELEASE,
32 .version = UTS_VERSION,
33 .machine = UTS_MACHINE,
42 "Linux version " UTS_RELEASE
" (" LINUX_COMPILE_BY
"@"
43 LINUX_COMPILE_HOST
") (" LINUX_COMPILER
") " UTS_VERSION
"\n";
47 " (" LINUX_COMPILE_BY
"@" LINUX_COMPILE_HOST
")"
48 " (" LINUX_COMPILER
") %s\n";