repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm tools, setup: Create private directory
[linux-2.6/next.git]
/
tools
/
perf
/
util
/
include
/
linux
/
linkage.h
blob
06387cffe125822017a70a055fa2ae4698ec7daa
1
2
#ifndef PERF_LINUX_LINKAGE_H_
3
#define PERF_LINUX_LINKAGE_H_
4
5
/* linkage.h ... for including arch/x86/lib/memcpy_64.S */
6
7
#define ENTRY(name) \
8
.globl name; \
9
name:
10
11
#define ENDPROC(name)
12
13
#endif
/* PERF_LINUX_LINKAGE_H_ */