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

cpuinfo Shell Command Implementation More...

#include <rtems/shell.h>
#include <rtems/shellconfig.h>
#include <rtems/cpuuse.h>
#include <rtems/printer.h>

Variables

rtems_shell_cmd_t rtems_shell_CPUINFO_Command
 

Detailed Description

cpuinfo Shell Command Implementation

Variable Documentation

◆ rtems_shell_CPUINFO_Command

rtems_shell_cmd_t rtems_shell_CPUINFO_Command
Initial value:
= {
.name = "cpuinfo",
.usage = "cpuinfo",
.topic = "rtems",
.command = rtems_shell_main_cpuinfo
}