From b6bebc3bedfed508ffe33c1a40094a27b5c81600 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Dec 2008 17:14:26 +0000 Subject: 2008-12-18 Joel Sherrill * libmisc/shell/cmds.c: Revert back to public. Used to execute monitor commands in test code. --- cpukit/ChangeLog | 5 +++++ cpukit/libmisc/shell/cmds.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1e0078db97..6578c32328 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2008-12-18 Joel Sherrill + + * libmisc/shell/cmds.c: Revert back to public. Used to execute monitor + commands in test code. + 2008-12-18 Sebastian Huber * libmisc/serdbg/termios_printk.c, libmisc/serdbg/termios_printk.h: 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) { -- cgit v1.2.3