GNU Linux-libre 4.14.290-gnu1
[releases.git] / arch / metag / include / asm / bug.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_METAG_BUG_H
3 #define _ASM_METAG_BUG_H
4
5 #include <asm-generic/bug.h>
6
7 struct pt_regs;
8
9 extern const char *trap_name(int trapno);
10 extern void __noreturn die(const char *str, struct pt_regs *regs, long err,
11                 unsigned long addr);
12
13 #endif