Naveen N. Rao | 7cd01b0 | 2018-06-07 15:22:02 +0530 | [diff] [blame] | 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 */ |