aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/include/asm/bug.h
blob: 9f8967f10f8cf20bd1f208d715da24e7ecf30e0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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