diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-05-11 08:59:40 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-05-11 08:59:40 +0800 |
commit | 070827be5a5727c736acf5d645722be073640952 (patch) | |
tree | 9673cee0e32b49da9db60d43dd68f5cc2ad5c22b /MdeModulePkg/Include/Library/PciHostBridgeLib.h | |
parent | f1005559ec0ab65d42526313eb819f60c120eab8 (diff) | |
parent | 49effaf26ec952905bc7710587c6a58437864cdf (diff) | |
download | edk2-platforms-070827be5a5727c736acf5d645722be073640952.tar.xz |
Merge branch 'master' of github.com:tianocore/edk2
Diffstat (limited to 'MdeModulePkg/Include/Library/PciHostBridgeLib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/PciHostBridgeLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/PciHostBridgeLib.h b/MdeModulePkg/Include/Library/PciHostBridgeLib.h index eb45cfdd79..d42e9ecdd7 100644 --- a/MdeModulePkg/Include/Library/PciHostBridgeLib.h +++ b/MdeModulePkg/Include/Library/PciHostBridgeLib.h @@ -38,6 +38,8 @@ typedef struct { ///< Extended (4096-byte) Configuration Space.
///< When TRUE, the root bridge supports
///< 256-byte Configuration Space only.
+ BOOLEAN ResourceAssigned; ///< Resource assignment status of the root bridge.
+ ///< Set to TRUE if Bus/IO/MMIO resources for root bridge have been assigned.
UINT64 AllocationAttributes; ///< Allocation attributes.
///< Refer to EFI_PCI_HOST_BRIDGE_COMBINE_MEM_PMEM and
///< EFI_PCI_HOST_BRIDGE_MEM64_DECODE used by GetAllocAttributes()
|