TianoCore EDK2 master
Loading...
Searching...
No Matches
PciHostResource.h File Reference
#include <PiDxe.h>

Go to the source code of this file.

Data Structures

struct  PCI_RES_NODE
 

Macros

#define PCI_RESOURCE_LESS   0xFFFFFFFFFFFFFFFEULL
 

Enumerations

enum  PCI_RESOURCE_TYPE {
  TypeIo = 0 , TypeMem32 , TypePMem32 , TypeMem64 ,
  TypePMem64 , TypeBus , TypeMax
}
 
enum  RES_STATUS { ResNone , ResSubmitted , ResAllocated , ResStatusMax }
 

Detailed Description

The Header file of the Pci Host Bridge Driver.

Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file PciHostResource.h.

Macro Definition Documentation

◆ PCI_RESOURCE_LESS

#define PCI_RESOURCE_LESS   0xFFFFFFFFFFFFFFFEULL

Definition at line 15 of file PciHostResource.h.

Enumeration Type Documentation

◆ PCI_RESOURCE_TYPE

enum PCI_RESOURCE_TYPE

Definition at line 17 of file PciHostResource.h.

◆ RES_STATUS

enum RES_STATUS

Definition at line 27 of file PciHostResource.h.