text-patching.h 260 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2025 Chen Miao
  4. */
  5. #ifndef _ASM_OPENRISC_PATCHING_H
  6. #define _ASM_OPENRISC_PATCHING_H
  7. #include <linux/types.h>
  8. int patch_insn_write(void *addr, u32 insn);
  9. #endif /* _ASM_OPENRISC_PATCHING_H */