at v5.2-rc2 13 lines 320 B view raw
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 11void override_function_with_return(struct pt_regs *regs); 12 13#endif /* _ASM_ERROR_INJECTION_H */