Sign in
android-kvm
/
linux
/
e9f53353e166a67dfe4f8295100f8ac39d6cf10b
/
.
/
arch
/
mips
/
include
/
asm
/
extable.h
blob: 78d0ae15605832c0820c0331fb1744313617c3fc [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_EXTABLE_H
#define
_ASM_EXTABLE_H
struct
exception_table_entry
{
unsigned
long
insn
;
unsigned
long
nextinsn
;
};
struct
pt_regs
;
extern
int
fixup_exception
(
struct
pt_regs
*
regs
);
#endif