RTEMS CPU Kit with SuperCore
Data Structures | Macros | Variables
main_drvmgr.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <drvmgr/drvmgr.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"
Include dependency graph for main_drvmgr.c:

Data Structures

struct  shell_drvmgr_modifier
 

Macros

#define MODIFIER_NUM   12
 

Variables

rtems_shell_cmd_t rtems_shell_DRVMGR_Command
 

Variable Documentation

◆ rtems_shell_DRVMGR_Command

rtems_shell_cmd_t rtems_shell_DRVMGR_Command
Initial value:
= {
"drvmgr",
drvmgr_usage_str,
"system",
rtems_shell_main_drvmgr,
NULL,
NULL
}