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:
jljusten 2008-03-21 17:53:04 +00:00
parent b4df501105
commit 4a33d64397

View File

@ -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: