mirror of https://github.com/acidanthera/audk.git
Remove duplicate definition of EFI_REPORT_STATUS_CODE.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5053 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c69e4df4de
commit
d196f44fdc
|
@ -100,19 +100,6 @@ struct _EFI_PEI_NOTIFY_DESCRIPTOR {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef
|
|
||||||
EFI_STATUS
|
|
||||||
(EFIAPI *EFI_REPORT_STATUS_CODE) (
|
|
||||||
IN EFI_STATUS_CODE_TYPE Type,
|
|
||||||
IN EFI_STATUS_CODE_VALUE Value,
|
|
||||||
IN UINT32 Instance,
|
|
||||||
IN EFI_GUID *CallerId OPTIONAL,
|
|
||||||
IN EFI_STATUS_CODE_DATA *Data OPTIONAL
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if (PI_SPECIFICATION_VERSION < 0x00010000)
|
#if (PI_SPECIFICATION_VERSION < 0x00010000)
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -32,6 +32,12 @@ Abstract:
|
||||||
#include "EfiHobLib.h"
|
#include "EfiHobLib.h"
|
||||||
#include "RtPlatformStatusCodeLib.h"
|
#include "RtPlatformStatusCodeLib.h"
|
||||||
|
|
||||||
|
//
|
||||||
|
// Referenced protocols
|
||||||
|
//
|
||||||
|
#include EFI_ARCH_PROTOCOL_DEFINITION (StatusCode)
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Consumed protocols
|
// Consumed protocols
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue