162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * This supplies .note.* sections to go into the PT_NOTE inside the vDSO 362306a36Sopenharmony_ci * text. Here we can supply some information useful to userland. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#include <linux/uts.h> 762306a36Sopenharmony_ci#include <linux/version.h> 862306a36Sopenharmony_ci#include <linux/elfnote.h> 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciELFNOTE_START(Linux, 0, "a") 1162306a36Sopenharmony_ci .long LINUX_VERSION_CODE 1262306a36Sopenharmony_ciELFNOTE_END 13