Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <generated/utsrelease.h>
0003 #include <generated/compile.h>
0004 #include "boot.h"
0005 
0006 const char kernel_version[] = UTS_RELEASE
0007     " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") " UTS_VERSION;