]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/metag/include/asm/bug.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / metag / include / asm / bug.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1e57372e
JH
2#ifndef _ASM_METAG_BUG_H
3#define _ASM_METAG_BUG_H
4
5#include <asm-generic/bug.h>
6
7struct pt_regs;
8
9extern const char *trap_name(int trapno);
b79e88e5
MC
10extern void __noreturn die(const char *str, struct pt_regs *regs, long err,
11 unsigned long addr);
1e57372e
JH
12
13#endif