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

Variables

rtems_shell_cmd_t rtems_shell_CMDLS_Command
 

Variable Documentation

◆ rtems_shell_CMDLS_Command

rtems_shell_cmd_t rtems_shell_CMDLS_Command
Initial value:
= {
.name = "cmdls",
.usage = "cmdls COMMAND...",
.topic = "misc",
.command = rtems_shell_main_cmdls
}