signal.h 351 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __SPARC_SIGNAL_H
  3. #define __SPARC_SIGNAL_H
  4. #ifndef __ASSEMBLY__
  5. #include <linux/personality.h>
  6. #include <linux/types.h>
  7. #endif
  8. #include <uapi/asm/signal.h>
  9. #ifndef __ASSEMBLY__
  10. #define __ARCH_HAS_KA_RESTORER
  11. #define __ARCH_HAS_SA_RESTORER
  12. #endif /* !(__ASSEMBLY__) */
  13. #endif /* !(__SPARC_SIGNAL_H) */