RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros | Variables
main_pci.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <pci.h>
#include <pci/cfg.h>
#include <pci/access.h>
#include <rtems/endian.h>
#include <bsp.h>
#include <rtems.h>
#include <rtems/shell.h>
#include "internal.h"
Include dependency graph for main_pci.c:

Data Structures

struct  shell_pci_modifier
 

Macros

#define MODIFIER_NUM   12
 

Variables

rtems_shell_cmd_t rtems_shell_PCI_Command
 

Variable Documentation

◆ rtems_shell_PCI_Command

rtems_shell_cmd_t rtems_shell_PCI_Command
Initial value:
= {
"pci",
pci_usage_str,
"system",
rtems_shell_main_pci,
NULL,
NULL
}