summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-05-20 11:41:45 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-05-20 11:41:45 -0500
commit49d5552f7b133310c6a1bd025a12fb4073a175ff (patch)
tree0a429401808c75be8d5ad55194b792d167bba389
parentschedsim_smpsimple: Fix warnings. (diff)
downloadrtems-schedsim-49d5552f7b133310c6a1bd025a12fb4073a175ff.tar.bz2
shared: Fix warnings.
-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,