1 #ifndef _ASM_C6X_SIGNAL_H
2 #define _ASM_C6X_SIGNAL_H
4 #include <asm-generic/signal.h>
7 #include <linux/linkage.h>
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
,
17 #endif /* _ASM_C6X_SIGNAL_H */