summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shellconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/shellconfig.h')
-rw-r--r--cpukit/libmisc/shell/shellconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/shellconfig.h b/cpukit/libmisc/shell/shellconfig.h
index 2de3a38f7c..c9f9d4e9b7 100644
--- a/cpukit/libmisc/shell/shellconfig.h
+++ b/cpukit/libmisc/shell/shellconfig.h
@@ -21,6 +21,7 @@
*/
extern rtems_shell_cmd_t rtems_shell_HELP_Command;
extern rtems_shell_cmd_t rtems_shell_ALIAS_Command;
+extern rtems_shell_cmd_t rtems_shell_TIME_Command;
extern rtems_shell_cmd_t rtems_shell_LOGOFF_Command;
extern rtems_shell_cmd_t rtems_shell_MDUMP_Command;
@@ -147,6 +148,7 @@ extern rtems_shell_filesystems_t *rtems_shell_Mount_filesystems[];
*/
&rtems_shell_HELP_Command,
&rtems_shell_ALIAS_Command,
+ &rtems_shell_TIME_Command,
/*
* Common commands that can be optional