1 /* SPDX-License-Identifier: GPL-2.0 */
2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
4 #ifndef __ASM_CSKY_BUG_H
5 #define __ASM_CSKY_BUG_H
7 #include <linux/compiler.h>
8 #include <linux/const.h>
9 #include <linux/types.h>
13 asm volatile ("bkpt\n"); \
19 #include <asm-generic/bug.h>
23 void die_if_kernel(char *str
, struct pt_regs
*regs
, int nr
);
24 void show_regs(struct pt_regs
*regs
);
26 #endif /* __ASM_CSKY_BUG_H */