License cleanup: add SPDX license identifier to uapi header files with no license
[linux-block.git] / arch / sh / include / uapi / asm / signal.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2#ifndef __ASM_SH_SIGNAL_H
3#define __ASM_SH_SIGNAL_H
4
1da177e4
LT
5#define SA_RESTORER 0x04000000
6
bdc90d46 7#include <asm-generic/signal.h>
1da177e4 8
0679a858 9#ifndef __KERNEL__
1da177e4
LT
10struct old_sigaction {
11 __sighandler_t sa_handler;
12 old_sigset_t sa_mask;
13 unsigned long sa_flags;
14 void (*sa_restorer)(void);
15};
0679a858 16#endif
1da177e4 17
1da177e4 18#endif /* __ASM_SH_SIGNAL_H */