]> Git Repo - linux.git/blob - arch/openrisc/include/asm/bug.h
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
[linux.git] / arch / openrisc / include / asm / bug.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
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_regs *regs, long err);
10
11 #endif /* __ASM_OPENRISC_BUG_H */
This page took 0.032875 seconds and 4 git commands to generate.