RTEMS CPU Kit with SuperCore  4.11.3
Macros | Variables
main_debugrfs.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include <rtems/shellconfig.h>
#include <rtems/rtems-rfs-shell.h>
#include <rtems/fsmount.h>
#include "internal.h"
Include dependency graph for main_debugrfs.c:

Macros

#define OPTIONS   "[-h]"
 

Variables

rtems_shell_cmd_t rtems_shell_DEBUGRFS_Command
 

Variable Documentation

◆ rtems_shell_DEBUGRFS_Command

rtems_shell_cmd_t rtems_shell_DEBUGRFS_Command
Initial value:
= {
"debugrfs",
"debugrfs " OPTIONS,
"files",
NULL,
NULL
}
int rtems_shell_debugrfs(int argc, char *argv[])
The shell command for the RFS debugger.
Definition: rtems-rfs-shell.c:604