1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _H8300_SIGNAL_H
3 #define _H8300_SIGNAL_H
5 #include <uapi/asm/signal.h>
7 /* Most things should be clean enough to redefine this at will, if care
8 is taken to make libc match. */
12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
14 typedef unsigned long old_sigset_t; /* at least 32 bits */
17 unsigned long sig[_NSIG_WORDS];
20 #define __ARCH_HAS_SA_RESTORER
21 #include <asm/sigcontext.h>
23 #endif /* _H8300_SIGNAL_H */