162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2012-2018 ARM Limited 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. 662306a36Sopenharmony_ci * Here we can supply some information useful to userland. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#include <linux/uts.h> 1062306a36Sopenharmony_ci#include <linux/version.h> 1162306a36Sopenharmony_ci#include <linux/elfnote.h> 1262306a36Sopenharmony_ci#include <linux/build-salt.h> 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciELFNOTE32("Linux", 0, LINUX_VERSION_CODE); 1562306a36Sopenharmony_ciBUILD_SALT; 16