Add local prototype for rtems_shell_main_monitor.

This commit is contained in:
Ralf Corsepius
2009-10-29 07:22:07 +00:00
parent b81342765a
commit b48baaf60b

View File

@@ -21,6 +21,12 @@
#include <rtems/shellconfig.h>
#define MAX_ARGS 128
/*
* HACK: API visibility violation
* rtems_shell_main_monitor should better be declared in rtems/shell.h
*/
extern int rtems_shell_main_monitor(int argc, char **argv);
char *Commands[] = {
"task",
"task 32",