Sign in
android-kvm
/
linux
/
019947805a8d703fbb57d607187ff1148bb267ff
/
.
/
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