summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/cmds.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 17:14:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 17:14:26 +0000
commitb6bebc3bedfed508ffe33c1a40094a27b5c81600 (patch)
tree6d8003fae2c24d54bbe75895258fd75feb76e94e /cpukit/libmisc/shell/cmds.c
parent2008-12-18 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-b6bebc3bedfed508ffe33c1a40094a27b5c81600.tar.bz2
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/cmds.c: Revert back to public. Used to execute monitor commands in test code.
Diffstat (limited to 'cpukit/libmisc/shell/cmds.c')
-rw-r--r--cpukit/libmisc/shell/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/cmds.c b/cpukit/libmisc/shell/cmds.c
index 9cb48d9d76..4664f482ea 100644
--- a/cpukit/libmisc/shell/cmds.c
+++ b/cpukit/libmisc/shell/cmds.c
@@ -29,7 +29,7 @@
* with this you can call at all the rtems monitor commands.
* Not all work fine but you can show the rtems status and more.
*-----------------------------------------------------------*/
-static int rtems_shell_main_monitor(int argc, char **argv) {
+int rtems_shell_main_monitor(int argc, char **argv) {
const rtems_monitor_command_entry_t *command = NULL;
if (argc < 1) {