mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-29 23:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| #ifndef PERF_LINUX_LINKAGE_H_
 | |
| #define PERF_LINUX_LINKAGE_H_
 | |
| 
 | |
| /* linkage.h ... for including arch/x86/lib/memcpy_64.S */
 | |
| 
 | |
| #define ENTRY(name)				\
 | |
| 	.globl name;				\
 | |
| 	name:
 | |
| 
 | |
| #define ENDPROC(name)
 | |
| 
 | |
| #endif	/* PERF_LINUX_LINKAGE_H_ */
 | 
