diff options
Diffstat (limited to 'arch/arm/mm/fault.h')
-rw-r--r-- | arch/arm/mm/fault.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mm/fault.h b/arch/arm/mm/fault.h new file mode 100644 index 000000000000..73b59e83227f --- /dev/null +++ b/arch/arm/mm/fault.h | |||
@@ -0,0 +1,6 @@ | |||
1 | void do_bad_area(struct task_struct *tsk, struct mm_struct *mm, | ||
2 | unsigned long addr, unsigned int fsr, struct pt_regs *regs); | ||
3 | |||
4 | void show_pte(struct mm_struct *mm, unsigned long addr); | ||
5 | |||
6 | unsigned long search_exception_table(unsigned long addr); | ||