Loading...
Note: File does not exist in v3.5.6.
1/* SPDX-License-Identifier: GPL-2.0 */
2
3struct pt_regs;
4
5int do_page_fault(struct pt_regs *regs, unsigned long address,
6 unsigned long error_code);
7int send_fault_sig(struct pt_regs *regs);