RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Macros | Variables
main_debugrfs.c File Reference

debugrfs Shell Command Implementation More...

#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"

Macros

#define OPTIONS   "[-h]"
 

Variables

rtems_shell_cmd_t rtems_shell_DEBUGRFS_Command
 

Detailed Description

debugrfs Shell Command Implementation

Variable Documentation

◆ rtems_shell_DEBUGRFS_Command

rtems_shell_cmd_t rtems_shell_DEBUGRFS_Command
Initial value:
= {
.name = "debugrfs",
.usage = "debugrfs " OPTIONS,
.topic = "files",
.alias = NULL,
.next = NULL
}
int rtems_shell_debugrfs(int argc, char *argv[])
Definition: rtems-rfs-shell.c:628