]> Git Repo - J-linux.git/blob - arch/m68k/mm/fault.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / m68k / mm / fault.h
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);
This page took 0.025373 seconds and 4 git commands to generate.