blob: c53984fa97614db5aea70411110e9e5573ea4d03 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Arnd Bergmann6103ec52009-05-13 22:56:27 +00002#ifndef __ASM_GENERIC_SIGNAL_H
3#define __ASM_GENERIC_SIGNAL_H
4
David Howells8a1ab312012-10-04 18:20:15 +01005#include <uapi/asm-generic/signal.h>
Arnd Bergmann6103ec52009-05-13 22:56:27 +00006
7#ifndef __ASSEMBLY__
Arnd Bergmann6103ec52009-05-13 22:56:27 +00008#ifdef SA_RESTORER
Arnd Bergmann6103ec52009-05-13 22:56:27 +00009#endif
Arnd Bergmann6103ec52009-05-13 22:56:27 +000010
11#include <asm/sigcontext.h>
12#undef __HAVE_ARCH_SIG_BITOPS
13
Arnd Bergmann6103ec52009-05-13 22:56:27 +000014#endif /* __ASSEMBLY__ */
Arnd Bergmann6103ec52009-05-13 22:56:27 +000015#endif /* _ASM_GENERIC_SIGNAL_H */