powerpc/radix: Fix kernel crash with mremap()
[linux-2.6-block.git] / arch / powerpc / include / asm / error-injection.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 #ifndef _ASM_ERROR_INJECTION_H
4 #define _ASM_ERROR_INJECTION_H
5
6 #include <linux/compiler.h>
7 #include <linux/linkage.h>
8 #include <asm/ptrace.h>
9 #include <asm-generic/error-injection.h>
10
11 void override_function_with_return(struct pt_regs *regs);
12
13 #endif /* _ASM_ERROR_INJECTION_H */