| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #ifndef __ASM_LINKAGE_H
 | 
					
						
							|  |  |  | #define __ASM_LINKAGE_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-03-24 03:16:17 -08:00
										 |  |  | #ifdef __ASSEMBLY__
 | 
					
						
							|  |  |  | #include <asm/asm.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-11 23:46:05 +01:00
										 |  |  | #define __weak __attribute__((weak))
 | 
					
						
							| 
									
										
										
										
											2013-01-21 17:16:07 -05:00
										 |  |  | #define cond_syscall(x) asm(".weak\t" #x "\n" #x "\t=\tsys_ni_syscall")
 | 
					
						
							|  |  |  | #define SYSCALL_ALIAS(alias, name)					\
 | 
					
						
							|  |  |  | 	asm ( #alias " = " #name "\n\t.globl " #alias) | 
					
						
							| 
									
										
										
										
											2007-10-11 23:46:05 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #endif
 |