signal.h 352 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_PARISC_SIGNAL_H
  3. #define _ASM_PARISC_SIGNAL_H
  4. #include <uapi/asm/signal.h>
  5. # ifndef __ASSEMBLER__
  6. /* Most things should be clean enough to redefine this at will, if care
  7. is taken to make libc match. */
  8. #include <asm/sigcontext.h>
  9. #endif /* !__ASSEMBLER__ */
  10. #endif /* _ASM_PARISC_SIGNAL_H */