root/arch/h8300/include/asm/bug.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef _H8300_BUG_H
   3 #define _H8300_BUG_H
   4 
   5 /* always true */
   6 #define is_valid_bugaddr(addr) (1)
   7 
   8 #include <asm-generic/bug.h>
   9 
  10 struct pt_regs;
  11 extern void die(const char *str, struct pt_regs *fp, unsigned long err);
  12 
  13 #endif

/* [<][>][^][v][top][bottom][index][help] */