summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shellconfig.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-17 05:34:33 +0000
committerChris Johns <chrisj@rtems.org>2009-06-17 05:34:33 +0000
commitb311cbc9577a2606db5f7cdb691f99d680dc9fc1 (patch)
tree4a73685e43b45efdd67451c2d91b6173d84dd90d /cpukit/libmisc/shell/shellconfig.h
parent2009-06-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b311cbc9577a2606db5f7cdb691f99d680dc9fc1.tar.bz2
2009-06-17 Chris Johns <chrisj@rtems.org>
* libmisc/shell/extern-dd.h: Delcare the conv arrays extern to stop PPC link errors. * libmisc/shell/main_time.c, libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add a time command.
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