summaryrefslogtreecommitdiff
path: root/arch/m68k/mm/fault.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/mm/fault.h')
-rw-r--r--arch/m68k/mm/fault.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/mm/fault.h b/arch/m68k/mm/fault.h
new file mode 100644
index 000000000000..dab14ef7d4a1
--- /dev/null
+++ b/arch/m68k/mm/fault.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+struct pt_regs;
+
+int do_page_fault(struct pt_regs *regs, unsigned long address,
+ unsigned long error_code);
+int send_fault_sig(struct pt_regs *regs);