Avoid beyond bounds copy while caching ACL
[zen-stable.git] / arch / c6x / include / asm / signal.h
blobf1cd870596a3e31417fe3919ff0de1758a4af56c
1 #ifndef _ASM_C6X_SIGNAL_H
2 #define _ASM_C6X_SIGNAL_H
4 #include <asm-generic/signal.h>
6 #ifndef __ASSEMBLY__
7 #include <linux/linkage.h>
9 struct pt_regs;
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
17 #endif /* _ASM_C6X_SIGNAL_H */