• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: GPL-2.0
2// Copyright (C) 2012 ARM Limited
3// Copyright (C) 2005-2017 Andes Technology Corporation
4
5#include <linux/uts.h>
6#include <linux/version.h>
7#include <linux/elfnote.h>
8
9ELFNOTE_START(Linux, 0, "a")
10	.long LINUX_VERSION_CODE
11ELFNOTE_END
12