1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Author: Huacai Chen <chenhuacai@loongson.cn> 4 * 5 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited 6 */ 7 8 #include <asm/vdso/vdso.h> 9 10 #include <linux/elfnote.h> 11 #include <linux/version.h> 12 13 ELFNOTE_START(Linux, 0, "a") 14 .long LINUX_VERSION_CODE 15 ELFNOTE_END
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.