summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schedsim/shell/shared/include/shell.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/schedsim/shell/shared/include/shell.h b/schedsim/shell/shared/include/shell.h
index f172695..0d38588 100644
--- a/schedsim/shell/shared/include/shell.h
+++ b/schedsim/shell/shared/include/shell.h
@@ -45,6 +45,13 @@ rtems_shell_cmd_t * rtems_shell_alias_cmd(
const char *alias
);
+rtems_shell_cmd_t * rtems_shell_add_cmd(
+ const char *name,
+ const char *topic,
+ const char *usage,
+ rtems_shell_command_t command
+);
+
int rtems_shell_make_args(
char *commandLine,
int *argc_p,