aboutsummaryrefslogtreecommitdiff
path: root/arch/metag/include/asm/bug.h
blob: d04b48cefecc7b388898f47ceac4cf9560d2af14 (plain)
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 die(const char *str, struct pt_regs *regs, long err,
		unsigned long addr) __attribute__ ((noreturn));

#endif