1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ASM_SH_SIGNAL_H
3 #define __ASM_SH_SIGNAL_H
5 #define SA_RESTORER 0x04000000
7 #include <asm-generic/signal.h>
10 struct old_sigaction
{
11 __sighandler_t sa_handler
;
13 unsigned long sa_flags
;
14 void (*sa_restorer
)(void);
18 #endif /* __ASM_SH_SIGNAL_H */