# BRCM_VERSION=3
[bcm963xx.git] / kernel / linux / arch / arm26 / mm / fault.h
1 void show_pte(struct mm_struct *mm, unsigned long addr);
2
3 int do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs);
4
5 unsigned long search_extable(unsigned long addr); //FIXME - is it right?