linux-surface/arch/metag/include/asm/bug.h

13 lines
247 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#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