Sign in
gem5
/
arm
/
linux-arm-legacy
/
8b3cbd784a4f4369e23b1d1aba0b03bb4088df0a
/
.
/
arch
/
metag
/
include
/
asm
/
bug.h
blob: 9f8967f10f8cf20bd1f208d715da24e7ecf30e0a [
file
] [
log
] [
blame
]
#ifndef
_ASM_METAG_BUG_H
#define
_ASM_METAG_BUG_H
#include
<asm-generic/bug.h>
struct
pt_regs
;
extern
const
char
*
trap_name
(
int
trapno
);
extern
void
__noreturn
die
(
const
char
*
str
,
struct
pt_regs
*
regs
,
long
err
,
unsigned
long
addr
);
#endif