summaryrefslogtreecommitdiff
path: root/arch/openrisc/include/asm/text-patching.h
blob: d19098dac0cc55f06de93f1d05a10353e135aec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2025 Chen Miao
 */

#ifndef _ASM_OPENRISC_PATCHING_H
#define _ASM_OPENRISC_PATCHING_H

#include <linux/types.h>

int patch_insn_write(void *addr, u32 insn);

#endif /* _ASM_OPENRISC_PATCHING_H */