blob: d840c90a157a1ce0a636213aea1fc4eb34ba4e81 [file] [log] [blame]
Arnd Bergmann6103ec52009-05-13 22:56:27 +00001#ifndef __ASM_GENERIC_SIGNAL_H
2#define __ASM_GENERIC_SIGNAL_H
3
David Howells8a1ab312012-10-04 18:20:15 +01004#include <uapi/asm-generic/signal.h>
Arnd Bergmann6103ec52009-05-13 22:56:27 +00005
6#ifndef __ASSEMBLY__
Arnd Bergmann6103ec52009-05-13 22:56:27 +00007#ifdef SA_RESTORER
Arnd Bergmann6103ec52009-05-13 22:56:27 +00008#endif
Arnd Bergmann6103ec52009-05-13 22:56:27 +00009
10#include <asm/sigcontext.h>
11#undef __HAVE_ARCH_SIG_BITOPS
12
Arnd Bergmann6103ec52009-05-13 22:56:27 +000013#endif /* __ASSEMBLY__ */
Arnd Bergmann6103ec52009-05-13 22:56:27 +000014#endif /* _ASM_GENERIC_SIGNAL_H */