1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef __ASM_OPENRISC_BUG_H 3 #define __ASM_OPENRISC_BUG_H 4 5 #include <asm-generic/bug.h> 6 7 struct pt_regs; 8 9 void __noreturn die(const char *str, struct pt 10 11 #endif /* __ASM_OPENRISC_BUG_H */ 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.