Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/linux.git] / arch / frv / include / asm / signal.h
1 #ifndef _ASM_SIGNAL_H
2 #define _ASM_SIGNAL_H
3
4 #include <uapi/asm/signal.h>
5
6 struct old_sigaction {
7         __sighandler_t sa_handler;
8         old_sigset_t sa_mask;
9         unsigned long sa_flags;
10         __sigrestore_t sa_restorer;
11 };
12
13 #endif /* _ASM_SIGNAL_H */