elf.S 315 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Author: Huacai Chen <[email protected]>
  4. *
  5. * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
  6. */
  7. #include <asm/vdso/vdso.h>
  8. #include <linux/elfnote.h>
  9. #include <linux/version.h>
  10. ELFNOTE_START(Linux, 0, "a")
  11. .long LINUX_VERSION_CODE
  12. ELFNOTE_END