summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 09:46:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 09:46:57 +0000
commit32f5014b513ea37cd949a735b0d4225f8242b272 (patch)
treedc9a6968a16e943239d56dec22013fbec1e8b8c8 /cpukit/libmisc/shell/shell.h
parent2011-12-05 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-32f5014b513ea37cd949a735b0d4225f8242b272.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/shell.h: Add rtems_shell_main_monitor. * libmisc/shell/cmds.c: Make rtems_shell_main_monitor non-static.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/shell/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/shell.h b/cpukit/libmisc/shell/shell.h
index e7f63cfb75..f71cadd990 100644
--- a/cpukit/libmisc/shell/shell.h
+++ b/cpukit/libmisc/shell/shell.h
@@ -305,6 +305,9 @@ extern rtems_status_code rtems_shell_wait_for_input(
void *notification_arg
);
+extern int rtems_shell_main_monitor(int argc, char **argv);
+
+
#ifdef __cplusplus
}
#endif