| Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | #ifndef _BLACKFIN_SIGNAL_H | 
| 2 | #define _BLACKFIN_SIGNAL_H | ||||
| 3 | |||||
| Mike Frysinger | 415f92d | 2009-06-13 11:26:57 -0400 | [diff] [blame] | 4 | #define SA_RESTORER 0x04000000 | 
| 5 | #include <asm-generic/signal.h> | ||||
| Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 6 | |
| Mike Frysinger | 415f92d | 2009-06-13 11:26:57 -0400 | [diff] [blame] | 7 | #endif |