18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. 48c2ecf20Sopenharmony_ci * Here we can supply some information useful to userland. 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#include <linux/uts.h> 88c2ecf20Sopenharmony_ci#include <linux/version.h> 98c2ecf20Sopenharmony_ci#include <linux/elfnote.h> 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciELFNOTE_START(Linux, 0, "a") 128c2ecf20Sopenharmony_ci .long LINUX_VERSION_CODE 138c2ecf20Sopenharmony_ciELFNOTE_END 14