| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * This file is subject to the terms and conditions of the GNU General Public | 
					
						
							|  |  |  |  * License.  See the file "COPYING" in the main directory of this archive | 
					
						
							|  |  |  |  * for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 1995, 96, 97, 98, 99, 2003 by Ralf Baechle | 
					
						
							|  |  |  |  * Copyright (C) 1999 Silicon Graphics, Inc. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef _ASM_SIGNAL_H
 | 
					
						
							|  |  |  | #define _ASM_SIGNAL_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-10-09 09:47:14 +01:00
										 |  |  | #include <uapi/asm/signal.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-05-31 11:49:19 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifdef CONFIG_TRAD_SIGNALS
 | 
					
						
							|  |  |  | #define sig_uses_siginfo(ka)	((ka)->sa.sa_flags & SA_SIGINFO)
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | #define sig_uses_siginfo(ka)	(1)
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #include <asm/sigcontext.h>
 | 
					
						
							| 
									
										
										
										
											2006-02-19 23:46:44 +09:00
										 |  |  | #include <asm/siginfo.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-25 22:24:19 -05:00
										 |  |  | #define __ARCH_HAS_ODD_SIGACTION
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #endif /* _ASM_SIGNAL_H */
 |