repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
nds32
/
kernel
/
vdso
/
note.S
blob
0aeaa19b05f03faf26765d3022c7a7fd42d826e6
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
9
ELFNOTE_START(Linux, 0, "a")
10
.long LINUX_VERSION_CODE
11
ELFNOTE_END