Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 #ifndef TEST_KPROBES_H
0003 #define TEST_KPROBES_H
0004 
0005 extern unsigned long kprobes_target_odd_offs;
0006 extern unsigned long kprobes_target_in_insn4_offs;
0007 extern unsigned long kprobes_target_in_insn6_lo_offs;
0008 extern unsigned long kprobes_target_in_insn6_hi_offs;
0009 
0010 #endif