RTEMS 7.0-rc1
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:
= {
.name = "rtems",
.usage = HELP_LINE,
.topic = "rtems",
.command = rtems_shell_main_rtems,
.alias = NULL,
.next = NULL,
.mode = 0500,
.uid = 0,
.gid = 0
}