diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-19 08:36:23 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-19 08:36:23 +0000 |
commit | d71479ca169ce62f616c5dffebddb88e38b24a77 (patch) | |
tree | 24604ddf9c50247c9ed5ad53997b35780e530ec5 /IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h | |
parent | 9a99b39e56f35f6c3f8d6f82b8c5b32283754763 (diff) | |
download | edk2-platforms-d71479ca169ce62f616c5dffebddb88e38b24a77.tar.xz |
Add the missing definitions in framework Pci Host bridge specification.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7543 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h b/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h index 2b272135cb..f56e4480e4 100644 --- a/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h +++ b/IntelFrameworkPkg/Include/Protocol/PciHostBridgeResourceAllocation.h @@ -50,6 +50,14 @@ typedef struct _EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL EFI_PCI_HOST_BR //
#define EFI_PCI_HOST_BRIDGE_MEM64_DECODE 2
+typedef UINT64 EFI_RESOURCE_ALLOCATION_STATUS;
+
+/// The request of this resource type could be fulfilled.
+#define EFI_RESOURCE_SATISFIED 0x0000000000000000ULL
+
+/// The request of this resource type could not be fulfilled for its
+/// absence in the host bridge resource pool.
+#define EFI_RESOURCE_NOT_SATISFIED 0xFFFFFFFFFFFFFFFFULL
//
// EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE
|