#include <generated/compile.h>
#include <linux/module.h>
#include <linux/uts.h>
#include <linux/utsname.h>
#include <generated/utsrelease.h>
#include <linux/version.h>
Go to the source code of this file.
#define version |
( |
|
a | ) |
Version_ ## a |
int version_string |
( |
LINUX_VERSION_CODE |
| ) |
|
Initial value:= {
.kref = {
},
.name = {
.release = UTS_RELEASE,
.version = UTS_VERSION,
.machine = UTS_MACHINE,
},
}
Definition at line 24 of file version.c.
Initial value:=
"Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"
Definition at line 41 of file version.c.
Initial value:=
"%s version %s"
" (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ")"
" (" LINUX_COMPILER ") %s\n"
Definition at line 45 of file version.c.