Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux...
[linux-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
AB
8
9#include <asm/sigcontext.h>
10#undef __HAVE_ARCH_SIG_BITOPS
11
6103ec56 12#endif /* __ASSEMBLY__ */
6103ec56 13#endif /* _ASM_GENERIC_SIGNAL_H */