RTEMS CPU Kit with SuperCore  4.11.3
Variables
main_cmdchmod.c File Reference
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <rtems/shellconfig.h>
#include <rtems/stringto.h>
#include "internal.h"
Include dependency graph for main_cmdchmod.c:

Variables

rtems_shell_cmd_t rtems_shell_CMDCHMOD_Command
 

Variable Documentation

◆ rtems_shell_CMDCHMOD_Command

rtems_shell_cmd_t rtems_shell_CMDCHMOD_Command
Initial value:
= {
.name = "cmdchmod",
.usage = "cmdchmod OCTAL-MODE COMMAND...",
.topic = "misc",
.command = rtems_shell_main_cmdchmod
}