summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tracing/rtla/src/common.h')
-rw-r--r--tools/tracing/rtla/src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tracing/rtla/src/common.h b/tools/tracing/rtla/src/common.h
index c5e73d4600a0..c48c9bfd20e3 100644
--- a/tools/tracing/rtla/src/common.h
+++ b/tools/tracing/rtla/src/common.h
@@ -160,3 +160,6 @@ int common_apply_config(struct osnoise_tool *tool, struct common_params *params)
int top_main_loop(struct osnoise_tool *tool);
int hist_main_loop(struct osnoise_tool *tool);
int osn_set_stop(struct osnoise_tool *tool);
+
+void common_usage(const char *tool, const char *mode,
+ const char *desc, const char * const *start_msgs, const char * const *opt_msgs);