]> Git Repo - linux.git/blob - arch/powerpc/include/asm/error-injection.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.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 */
This page took 0.032623 seconds and 4 git commands to generate.