forked from Imagelibrary/rtems
Add local prototype for rtems_shell_main_monitor.
This commit is contained in:
@@ -21,6 +21,12 @@
|
|||||||
#include <rtems/shellconfig.h>
|
#include <rtems/shellconfig.h>
|
||||||
#define MAX_ARGS 128
|
#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[] = {
|
char *Commands[] = {
|
||||||
"task",
|
"task",
|
||||||
"task 32",
|
"task 32",
|
||||||
|
|||||||
Reference in New Issue
Block a user