summaryrefslogtreecommitdiff
path: root/arch/nios2/include/asm/traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nios2/include/asm/traps.h')
-rw-r--r--arch/nios2/include/asm/traps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nios2/include/asm/traps.h b/arch/nios2/include/asm/traps.h
index 82a48473280d..afd77bef01c6 100644
--- a/arch/nios2/include/asm/traps.h
+++ b/arch/nios2/include/asm/traps.h
@@ -14,6 +14,8 @@
#ifndef __ASSEMBLY__
void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
+void do_page_fault(struct pt_regs *regs, unsigned long cause,
+ unsigned long address);
#endif
#endif /* _ASM_NIOS2_TRAPS_H */