18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2020 Loongson Technology Corporation Limited 48c2ecf20Sopenharmony_ci * Author: Huacai Chen <chenhuacai@loongson.cn> 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify it 78c2ecf20Sopenharmony_ci * under the terms of the GNU General Public License as published by the 88c2ecf20Sopenharmony_ci * Free Software Foundation; either version 2 of the License, or (at your 98c2ecf20Sopenharmony_ci * option) any later version. 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <asm/vdso/vdso.h> 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#include <linux/elfnote.h> 158c2ecf20Sopenharmony_ci#include <linux/version.h> 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciELFNOTE_START(Linux, 0, "a") 188c2ecf20Sopenharmony_ci .long LINUX_VERSION_CODE 198c2ecf20Sopenharmony_ciELFNOTE_END 20