repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
perf
/
util
/
include
/
linux
/
linkage.h
blob
f01d48a8d707987de71244cec8df09353c592129
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef PERF_LINUX_LINKAGE_H_
4
#define PERF_LINUX_LINKAGE_H_
5
6
/* linkage.h ... for including arch/x86/lib/memcpy_64.S */
7
8
#define ENTRY(name) \
9
.globl name; \
10
name:
11
12
#define ENDPROC(name)
13
14
#endif
/* PERF_LINUX_LINKAGE_H_ */