RTEMS CPU Kit with SuperCore  4.11.2
Variables
main_lsof.c File Reference
#include <stdio.h>
#include <inttypes.h>
#include <rtems/libio_.h>
#include <rtems/shell.h>
#include <rtems/shellconfig.h>
Include dependency graph for main_lsof.c:

Variables

rtems_shell_cmd_t rtems_shell_LSOF_Command
 

Variable Documentation

◆ rtems_shell_LSOF_Command

rtems_shell_cmd_t rtems_shell_LSOF_Command
Initial value:
= {
.name = "lsof",
.usage = "lsof",
.topic = "files",
.command = rtems_shell_main_lsof
}