xref: /linux/arch/s390/lib/test_kprobes.h (revision 34f7c6e7d4396090692a09789db231e12cb4762b)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 #ifndef TEST_KPROBES_H
3 #define TEST_KPROBES_H
4 
5 extern unsigned long kprobes_target_odd_offs;
6 extern unsigned long kprobes_target_in_insn4_offs;
7 extern unsigned long kprobes_target_in_insn6_lo_offs;
8 extern unsigned long kprobes_target_in_insn6_hi_offs;
9 
10 #endif
11