signal.h 166 B

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