signal.h 308 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_GENERIC_SIGNAL_H
  3. #define __ASM_GENERIC_SIGNAL_H
  4. #include <uapi/asm-generic/signal.h>
  5. #ifndef __ASSEMBLY__
  6. #ifdef SA_RESTORER
  7. #endif
  8. #include <asm/sigcontext.h>
  9. #undef __HAVE_ARCH_SIG_BITOPS
  10. #endif /* __ASSEMBLY__ */
  11. #endif /* _ASM_GENERIC_SIGNAL_H */