Sign in
coral
/
linux-imx
/
664dd4a43a2ba49863ba63a82e31867776e56c6e
/
.
/
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