]> Pileus Git - ~andy/linux/blob - arch/metag/include/asm/bug.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
[~andy/linux] / arch / metag / include / asm / bug.h
1 #ifndef _ASM_METAG_BUG_H
2 #define _ASM_METAG_BUG_H
3
4 #include <asm-generic/bug.h>
5
6 struct pt_regs;
7
8 extern const char *trap_name(int trapno);
9 extern void die(const char *str, struct pt_regs *regs, long err,
10                 unsigned long addr) __attribute__ ((noreturn));
11
12 #endif