162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci#include <generated/utsversion.h> 362306a36Sopenharmony_ci#include <generated/utsrelease.h> 462306a36Sopenharmony_ci#include <generated/compile.h> 562306a36Sopenharmony_ci#include "boot.h" 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciconst char kernel_version[] = UTS_RELEASE 862306a36Sopenharmony_ci " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") " UTS_VERSION; 9