mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
edk2/EdkCompatibilityPkg/Foundation/Core/Dxe ...
/ArchProtocol/StatusCode/StatusCode.h: * Add back in typedef for which should not have been removed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4944 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b4df501105
commit
4a33d64397
@ -78,9 +78,9 @@ Returns:
|
|||||||
//
|
//
|
||||||
// Interface stucture for the STATUS CODE Architectural Protocol
|
// Interface stucture for the STATUS CODE Architectural Protocol
|
||||||
//
|
//
|
||||||
struct _EFI_STATUS_CODE_PROTOCOL {
|
typedef struct _EFI_STATUS_CODE_PROTOCOL {
|
||||||
EFI_REPORT_STATUS_CODE ReportStatusCode;
|
EFI_REPORT_STATUS_CODE ReportStatusCode;
|
||||||
};
|
} EFI_STATUS_CODE_PROTOCOL;
|
||||||
|
|
||||||
/*++
|
/*++
|
||||||
// Protocol Description:
|
// Protocol Description:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user