xref: /openbmc/linux/arch/sh/include/uapi/asm/signal.h (revision 0679a858)
10a9426dfSDavid Howells #ifndef __ASM_SH_SIGNAL_H
20a9426dfSDavid Howells #define __ASM_SH_SIGNAL_H
30a9426dfSDavid Howells 
40a9426dfSDavid Howells #define SA_RESTORER	0x04000000
50a9426dfSDavid Howells 
60a9426dfSDavid Howells #include <asm-generic/signal.h>
70a9426dfSDavid Howells 
80679a858SAl Viro #ifndef __KERNEL__
90a9426dfSDavid Howells struct old_sigaction {
100a9426dfSDavid Howells 	__sighandler_t sa_handler;
110a9426dfSDavid Howells 	old_sigset_t sa_mask;
120a9426dfSDavid Howells 	unsigned long sa_flags;
130a9426dfSDavid Howells 	void (*sa_restorer)(void);
140a9426dfSDavid Howells };
150679a858SAl Viro #endif
160a9426dfSDavid Howells 
170a9426dfSDavid Howells #endif /* __ASM_SH_SIGNAL_H */
18