Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
dda89e2fbc5b7702296356b4a20a5cb66c70e426
/
.
/
arch
/
m68k
/
mm
/
fault.h
blob: dab14ef7d4a171d5b59c20e3d84045701c98f791 [
file
] [
log
] [
blame
]
/* 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
);