mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
9a99b39e56
commit
d71479ca16
|
@ -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
|
#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
|
// EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE
|
||||||
|
|
Loading…
Reference in New Issue