From 4a33d64397b88ab9075d2132cc2fbf24954a758f Mon Sep 17 00:00:00 2001 From: jljusten Date: Fri, 21 Mar 2008 17:53:04 +0000 Subject: [PATCH] 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 --- .../Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2