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