1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (C) 2020 Loongson Technology Corporation Limited 4 * Author: Huacai Chen <chenhuacai@loongson.cn> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your 9 * option) any later version. 10 */ 11 12 #include <asm/vdso/vdso.h> 13 14 #include <linux/elfnote.h> 15 #include <linux/version.h> 16 17 ELFNOTE_START(Linux, 0, "a") 18 .long LINUX_VERSION_CODE 19 ELFNOTE_END 20