x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / h8300 / include / asm / signal.h
blob6341e36386f8cef0068a5b733fca86c136636708
1 #ifndef _H8300_SIGNAL_H
2 #define _H8300_SIGNAL_H
4 #include <uapi/asm/signal.h>
6 /* Most things should be clean enough to redefine this at will, if care
7 is taken to make libc match. */
9 #define _NSIG 64
10 #define _NSIG_BPW 32
11 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
13 typedef unsigned long old_sigset_t; /* at least 32 bits */
15 typedef struct {
16 unsigned long sig[_NSIG_WORDS];
17 } sigset_t;
19 #define __ARCH_HAS_SA_RESTORER
21 #include <asm/sigcontext.h>
22 #undef __HAVE_ARCH_SIG_BITOPS
24 #endif /* _H8300_SIGNAL_H */