From: jljusten Date: Fri, 21 Mar 2008 17:53:04 +0000 (+0000) Subject: edk2/EdkCompatibilityPkg/Foundation/Core/Dxe ... X-Git-Tag: edk2-stable201903~21258 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4a33d64397b88ab9075d2132cc2fbf24954a758f 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 --- diff --git a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h index 89ae20c370..86b7c66cbf 100644 --- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h +++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h @@ -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: