Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / include / asm-generic / signal.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
6103ec56
AB
2#ifndef __ASM_GENERIC_SIGNAL_H
3#define __ASM_GENERIC_SIGNAL_H
4
8a1ab315 5#include <uapi/asm-generic/signal.h>
6103ec56
AB
6
7#ifndef __ASSEMBLY__
6103ec56 8#ifdef SA_RESTORER
6103ec56 9#endif
6103ec56
AB
10
11#include <asm/sigcontext.h>
12#undef __HAVE_ARCH_SIG_BITOPS
13
6103ec56 14#endif /* __ASSEMBLY__ */
6103ec56 15#endif /* _ASM_GENERIC_SIGNAL_H */