1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __SPARC_SIGNAL_H
3#define __SPARC_SIGNAL_H
4
5#ifndef __ASSEMBLY__
6#include <linux/personality.h>
7#include <linux/types.h>
8#endif
9#include <uapi/asm/signal.h>
10
11#ifndef __ASSEMBLY__
12
13#define __ARCH_HAS_KA_RESTORER
14#define __ARCH_HAS_SA_RESTORER
15
16#endif /* !(__ASSEMBLY__) */
17#endif /* !(__SPARC_SIGNAL_H) */
18