Aurelien Jacquiot | 03a3475 | 2011-10-04 11:04:34 -0400 | [diff] [blame] | 1 | #ifndef _ASM_C6X_SIGNAL_H |
2 | #define _ASM_C6X_SIGNAL_H | ||||
3 | |||||
4 | #include <asm-generic/signal.h> | ||||
5 | |||||
6 | #ifndef __ASSEMBLY__ | ||||
7 | #include <linux/linkage.h> | ||||
8 | |||||
9 | struct pt_regs; | ||||
10 | |||||
11 | extern asmlinkage int do_rt_sigreturn(struct pt_regs *regs); | ||||
12 | extern asmlinkage void do_notify_resume(struct pt_regs *regs, | ||||
13 | u32 thread_info_flags, | ||||
14 | int syscall); | ||||
15 | #endif | ||||
16 | |||||
17 | #endif /* _ASM_C6X_SIGNAL_H */ |