Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / samples / ftrace / ftrace-direct-too.c
index d1bec1c..c93fb0e 100644 (file)
@@ -5,6 +5,9 @@
 #include <linux/ftrace.h>
 #include <asm/asm-offsets.h>
 
+extern void my_direct_func(struct vm_area_struct *vma,
+                          unsigned long address, unsigned int flags);
+
 void my_direct_func(struct vm_area_struct *vma,
                        unsigned long address, unsigned int flags)
 {