RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_halt.c File Reference

halt Command Implementation More...

#include <stdlib.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_SHUTDOWN_Command
 

Detailed Description

halt Command Implementation

Variable Documentation

◆ rtems_shell_SHUTDOWN_Command

rtems_shell_cmd_t rtems_shell_SHUTDOWN_Command
Initial value:
= {
.name = "shutdown",
.usage = "shutdown",
.topic = "rtems",
.command = rtems_shell_main_shutdown,
.alias = NULL,
.next = NULL
}