| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_SH_SIGNAL_H | 
|  | 2 | #define __ASM_SH_SIGNAL_H | 
|  | 3 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | #define SA_RESTORER	0x04000000 | 
|  | 5 |  | 
| Paul Mundt | bdc90d4 | 2009-06-14 23:25:57 +0900 | [diff] [blame] | 6 | #include <asm-generic/signal.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | struct old_sigaction { | 
|  | 9 | __sighandler_t sa_handler; | 
|  | 10 | old_sigset_t sa_mask; | 
|  | 11 | unsigned long sa_flags; | 
|  | 12 | void (*sa_restorer)(void); | 
|  | 13 | }; | 
|  | 14 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #endif /* __ASM_SH_SIGNAL_H */ |