1 2 3 4 5 6 7 8 9
/* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ARCH_S390_KPROBES_H #define _ARCH_S390_KPROBES_H #include <linux/kprobes.h> DEFINE_INSN_CACHE_OPS(s390_insn); #endif