openrisc: Add missing prototypes for assembly called fnctions
[linux-2.6-microblaze.git] / arch / openrisc / kernel / signal.c
index 2e7257a..3fbf003 100644 (file)
@@ -34,6 +34,11 @@ struct rt_sigframe {
        unsigned char retcode[16];      /* trampoline code */
 };
 
+asmlinkage long _sys_rt_sigreturn(struct pt_regs *regs);
+
+asmlinkage int do_work_pending(struct pt_regs *regs, unsigned int thread_flags,
+                              int syscall);
+
 static int restore_sigcontext(struct pt_regs *regs,
                              struct sigcontext __user *sc)
 {