2026-01-21 18:59:54 +08:00

10 lines
219 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _SW64_KERNEL_KPROBES_COMMON_H
#define _SW64_KERNEL_KPROBES_COMMON_H
extern bool sw64_insn_can_kprobe(kprobe_opcode_t *addr);
#endif /* _SW64_KERNEL_KPROBES_COMMON_H */