mirror of https://github.com/acidanthera/audk.git
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
|
||||
//
|
||||
struct _EFI_STATUS_CODE_PROTOCOL {
|
||||
typedef struct _EFI_STATUS_CODE_PROTOCOL {
|
||||
EFI_REPORT_STATUS_CODE ReportStatusCode;
|
||||
};
|
||||
} EFI_STATUS_CODE_PROTOCOL;
|
||||
|
||||
/*++
|
||||
// Protocol Description:
|
||||
|
|
Loading…
Reference in New Issue