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

Variables

rtems_shell_cmd_t rtems_shell_CMDCHOWN_Command
 

Variable Documentation

◆ rtems_shell_CMDCHOWN_Command

rtems_shell_cmd_t rtems_shell_CMDCHOWN_Command
Initial value:
= {
.name = "cmdchown",
.usage = "cmdchown [OWNER][:[GROUP]] COMMAND...",
.topic = "misc",
.command = rtems_shell_main_cmdchown
}