mirror of https://github.com/acidanthera/audk.git
Use the "PAY_LOAD" StatusCode definitions defined in IntelFrameworkPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2912 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
baccc9ffd3
commit
938f2b4f0a
|
@ -361,7 +361,7 @@ Returns:
|
||||||
PCI_RESOURCE_NODE PMem32Pool;
|
PCI_RESOURCE_NODE PMem32Pool;
|
||||||
PCI_RESOURCE_NODE Mem64Pool;
|
PCI_RESOURCE_NODE Mem64Pool;
|
||||||
PCI_RESOURCE_NODE PMem64Pool;
|
PCI_RESOURCE_NODE PMem64Pool;
|
||||||
REPORT_STATUS_CODE_LIBRARY_DEVICE_HANDLE_EXTENDED_DATA ExtendedData;
|
EFI_DEVICE_HANDLE_EXTENDED_DATA_PAYLOAD ExtendedData;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Initialize resource pool
|
// Initialize resource pool
|
||||||
|
@ -743,8 +743,8 @@ Returns:
|
||||||
PCI_RESOURCE_NODE Mem64Pool;
|
PCI_RESOURCE_NODE Mem64Pool;
|
||||||
PCI_RESOURCE_NODE PMem64Pool;
|
PCI_RESOURCE_NODE PMem64Pool;
|
||||||
BOOLEAN ReAllocate;
|
BOOLEAN ReAllocate;
|
||||||
REPORT_STATUS_CODE_LIBRARY_DEVICE_HANDLE_EXTENDED_DATA HandleExtendedData;
|
EFI_DEVICE_HANDLE_EXTENDED_DATA_PAYLOAD HandleExtendedData;
|
||||||
REPORT_STATUS_CODE_LIBRARY_RESOURCE_ALLOC_FAILURE_ERROR_DATA AllocFailExtendedData;
|
EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA_PAYLOAD AllocFailExtendedData;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Reallocate flag
|
// Reallocate flag
|
||||||
|
|
|
@ -29,6 +29,7 @@ Revision History
|
||||||
//
|
//
|
||||||
#include <PiDxe.h>
|
#include <PiDxe.h>
|
||||||
#include <Common/FrameworkStatusCode.h>
|
#include <Common/FrameworkStatusCode.h>
|
||||||
|
#include <Common/FrameworkStatusCodeDataTypeId.h>
|
||||||
//
|
//
|
||||||
// The protocols, PPI and GUID defintions for this module
|
// The protocols, PPI and GUID defintions for this module
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue