diff options
Diffstat (limited to 'MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h')
-rw-r--r-- | MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h b/MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h index 792ac0b78a..540892a018 100644 --- a/MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h +++ b/MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h @@ -132,7 +132,14 @@ typedef enum { /// The resource allocation phase is completed. No specific action is required
/// here. This notification can be used to perform any chipset specific programming.
///
- EfiPciHostBridgeEndResourceAllocation
+ EfiPciHostBridgeEndResourceAllocation,
+
+ ///
+ /// The Host Bridge Enumeration is completed. No specific action is required here.
+ /// This notification can be used to perform any chipset specific programming.
+ ///
+ EfiPciHostBridgeEndEnumeration,
+ EfiMaxPciHostBridgeEnumerationPhase
} EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE;
///
|