diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ftrace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 915f4723fc8b..847bb3c48dd0 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -106,6 +106,9 @@ struct ftrace_func_command { | |||
106 | /* asm/ftrace.h must be defined for archs supporting dynamic ftrace */ | 106 | /* asm/ftrace.h must be defined for archs supporting dynamic ftrace */ |
107 | #include <asm/ftrace.h> | 107 | #include <asm/ftrace.h> |
108 | 108 | ||
109 | int ftrace_arch_code_modify_prepare(void); | ||
110 | int ftrace_arch_code_modify_post_process(void); | ||
111 | |||
109 | struct seq_file; | 112 | struct seq_file; |
110 | 113 | ||
111 | struct ftrace_probe_ops { | 114 | struct ftrace_probe_ops { |