RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros | Variables
main_rtems.c File Reference

This source file contains the kernel command. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/version.h>

Macros

#define HELP_LINE    "rtems <command> (eg. help)"
 

Variables

rtems_shell_cmd_t rtems_shell_RTEMS_Command
 

Detailed Description

This source file contains the kernel command.

Variable Documentation

◆ rtems_shell_RTEMS_Command

rtems_shell_cmd_t rtems_shell_RTEMS_Command
Initial value:
= {
"rtems",
HELP_LINE,
"rtems",
rtems_shell_main_rtems,
NULL,
NULL,
0500,
0,
0
}