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
blobf01d48a8d707987de71244cec8df09353c592129
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef PERF_LINUX_LINKAGE_H_
4 #define PERF_LINUX_LINKAGE_H_
6 /* linkage.h ... for including arch/x86/lib/memcpy_64.S */
8 #define ENTRY(name) \
9 .globl name; \
10 name:
12 #define ENDPROC(name)
14 #endif /* PERF_LINUX_LINKAGE_H_ */