| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #ifndef __ASM_SH_SIGNAL_H
 | 
					
						
							|  |  |  | #define __ASM_SH_SIGNAL_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define SA_RESTORER	0x04000000
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-14 23:25:57 +09:00
										 |  |  | #include <asm-generic/signal.h>
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-25 19:23:55 -05:00
										 |  |  | #ifndef __KERNEL__
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | struct old_sigaction { | 
					
						
							|  |  |  | 	__sighandler_t sa_handler; | 
					
						
							|  |  |  | 	old_sigset_t sa_mask; | 
					
						
							|  |  |  | 	unsigned long sa_flags; | 
					
						
							|  |  |  | 	void (*sa_restorer)(void); | 
					
						
							|  |  |  | }; | 
					
						
							| 
									
										
										
										
											2012-12-25 19:23:55 -05:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __ASM_SH_SIGNAL_H */
 |