]> Pileus Git - ~andy/linux/blob - arch/c6x/include/asm/signal.h
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / arch / c6x / include / asm / signal.h
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 */