RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_blkstats.c File Reference

blkstats Shell Command Implementation More...

#include <rtems/blkdev.h>
#include <rtems/printer.h>
#include <rtems/shellconfig.h>
#include <string.h>

Variables

rtems_shell_cmd_t rtems_shell_BLKSTATS_Command
 

Detailed Description

blkstats Shell Command Implementation

Variable Documentation

◆ rtems_shell_BLKSTATS_Command

rtems_shell_cmd_t rtems_shell_BLKSTATS_Command
Initial value:
= {
.name = "blkstats",
.usage = "blkstats [-r|--reset] PATH_TO_DEVICE",
.topic = "files",
.command = rtems_shell_main_blkstats
}