signal.h 282 B

12345678910111213
  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. #include <asm/sigcontext.h>
  7. #undef __HAVE_ARCH_SIG_BITOPS
  8. #endif /* __ASSEMBLY__ */
  9. #endif /* _ASM_GENERIC_SIGNAL_H */