Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / x86 / include / asm / error-injection.h
blob47b7a1296245edc0698d46786dc13ed48e659c48
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_ERROR_INJECTION_H
3 #define _ASM_ERROR_INJECTION_H
5 #include <linux/compiler.h>
6 #include <linux/linkage.h>
7 #include <asm/ptrace.h>
8 #include <asm-generic/error-injection.h>
10 asmlinkage void just_return_func(void);
11 void override_function_with_return(struct pt_regs *regs);
13 #endif /* _ASM_ERROR_INJECTION_H */