Linux 6.13-rc4
[linux.git] / arch / openrisc / include / asm / bug.h
blob6d04776eaf10afa439b13b7f717cdca448e46784
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef __ASM_OPENRISC_BUG_H
3 #define __ASM_OPENRISC_BUG_H
5 #include <asm-generic/bug.h>
7 struct pt_regs;
9 void __noreturn die(const char *str, struct pt_regs *regs, long err);
11 #endif /* __ASM_OPENRISC_BUG_H */