]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - arch/sh/include/uapi/asm/signal.h
Merge tag 'mxs-dt-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt
[can-eth-gw-linux.git] / arch / sh / include / uapi / asm / signal.h
1 #ifndef __ASM_SH_SIGNAL_H
2 #define __ASM_SH_SIGNAL_H
3
4 #define SA_RESTORER     0x04000000
5
6 #include <asm-generic/signal.h>
7
8 struct old_sigaction {
9         __sighandler_t sa_handler;
10         old_sigset_t sa_mask;
11         unsigned long sa_flags;
12         void (*sa_restorer)(void);
13 };
14
15 #endif /* __ASM_SH_SIGNAL_H */