xref: /linux/arch/m68k/mm/fault.h (revision b1992c3772e69a6fd0e3fc81cd4d2820c8b6eca0)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 struct pt_regs;
4 
5 int do_page_fault(struct pt_regs *regs, unsigned long address,
6 		  unsigned long error_code);
7 int send_fault_sig(struct pt_regs *regs);
8