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