bug.h 255 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef __ASM_OPENRISC_BUG_H
  3. #define __ASM_OPENRISC_BUG_H
  4. #include <asm-generic/bug.h>
  5. struct pt_regs;
  6. void __noreturn die(const char *str, struct pt_regs *regs, long err);
  7. #endif /* __ASM_OPENRISC_BUG_H */