23 Star 54 Fork 26

openEuler / zvm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.h.in 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wayne Ren 提交于 2023-02-27 01:02 . zephyr: add baseline
#ifndef _KERNEL_VERSION_H_
#define _KERNEL_VERSION_H_
/* @templates@ values come from cmake/version.cmake */
#cmakedefine ZEPHYR_VERSION_CODE @ZEPHYR_VERSION_CODE@
#define ZEPHYR_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define KERNELVERSION @KERNELVERSION@
#define KERNEL_VERSION_NUMBER @KERNEL_VERSION_NUMBER@
#define KERNEL_VERSION_MAJOR @KERNEL_VERSION_MAJOR@
#define KERNEL_VERSION_MINOR @KERNEL_VERSION_MINOR@
#define KERNEL_PATCHLEVEL @KERNEL_PATCHLEVEL@
#define KERNEL_VERSION_STRING @KERNEL_VERSION_STRING@
#endif /* _KERNEL_VERSION_H_ */
1
https://gitee.com/openeuler/zvm.git
git@gitee.com:openeuler/zvm.git
openeuler
zvm
zvm
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891