Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
linkage.h
Go to the documentation of this file.
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_ */