signal.h 126 B

1234567
  1. #ifndef _BLACKFIN_SIGNAL_H
  2. #define _BLACKFIN_SIGNAL_H
  3. #define SA_RESTORER 0x04000000
  4. #include <asm-generic/signal.h>
  5. #endif