Sign in
code
/
linux
/
torvalds
/
linux
/
22051d9c4a57d3b4a8b5a7407efc80c71c7bfb16
/
.
/
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