linux/arch/metag/include/asm/bug.h
<<
>>
Prefs
   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
   7struct pt_regs;
   8
   9extern const char *trap_name(int trapno);
  10extern void __noreturn die(const char *str, struct pt_regs *regs, long err,
  11                unsigned long addr);
  12
  13#endif
  14