|
TianoCore EDK2 master
|
#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 } |
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.
| #define PCI_RESOURCE_LESS 0xFFFFFFFFFFFFFFFEULL |
Definition at line 15 of file PciHostResource.h.
| enum PCI_RESOURCE_TYPE |
Definition at line 17 of file PciHostResource.h.
| enum RES_STATUS |
Definition at line 27 of file PciHostResource.h.