Sign in
gem5
/
arm
/
linux
/
21173d0b4d2a0b9e9e5f3155cf2cfc5781a6f4b1
/
.
/
arch
/
score
/
include
/
asm
/
extable.h
blob: c4423ccf830d608e3ad5e552233511edb4859d2a [
file
] [
log
] [
blame
]
#ifndef
_ASM_SCORE_EXTABLE_H
#define
_ASM_SCORE_EXTABLE_H
struct
exception_table_entry
{
unsigned
long
insn
;
unsigned
long
fixup
;
};
struct
pt_regs
;
extern
int
fixup_exception
(
struct
pt_regs
*
regs
);
#endif