error-injection.h 320 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef _ASM_ERROR_INJECTION_H
  3. #define _ASM_ERROR_INJECTION_H
  4. #include <linux/compiler.h>
  5. #include <linux/linkage.h>
  6. #include <asm/ptrace.h>
  7. #include <asm-generic/error-injection.h>
  8. void override_function_with_return(struct pt_regs *regs);
  9. #endif /* _ASM_ERROR_INJECTION_H */