signal.h 269 B

1234567891011121314
  1. #ifndef __ASM_GENERIC_SIGNAL_H
  2. #define __ASM_GENERIC_SIGNAL_H
  3. #include <uapi/asm-generic/signal.h>
  4. #ifndef __ASSEMBLY__
  5. #ifdef SA_RESTORER
  6. #endif
  7. #include <asm/sigcontext.h>
  8. #undef __HAVE_ARCH_SIG_BITOPS
  9. #endif /* __ASSEMBLY__ */
  10. #endif /* _ASM_GENERIC_SIGNAL_H */