From 2af44cf003fdfc808bc2e0d07a1420528927bfaf Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Tue, 3 Mar 2009 14:09:02 +0000 Subject: [PATCH] Add #include for the reference of "EFI_GUID" in the library class git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7779 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/ReportStatusCodeLib.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/MdePkg/Include/Library/ReportStatusCodeLib.h b/MdePkg/Include/Library/ReportStatusCodeLib.h index fe0f67cf19..9375308c4f 100644 --- a/MdePkg/Include/Library/ReportStatusCodeLib.h +++ b/MdePkg/Include/Library/ReportStatusCodeLib.h @@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __REPORT_STATUS_CODE_LIB_H__ #define __REPORT_STATUS_CODE_LIB_H__ +#include #include #include @@ -25,10 +26,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define REPORT_STATUS_CODE_PROPERTY_ERROR_CODE_ENABLED 0x00000002 #define REPORT_STATUS_CODE_PROPERTY_DEBUG_CODE_ENABLED 0x00000004 -// -// Extended Data structure definitions with EFI_STATUS_CODE_DATA headers removed -// - /** Converts a status code to an 8-bit POST code value. @@ -151,7 +148,7 @@ ReportStatusCodeExtractDebugInfo ( passed in a zero instance, NULL extended data, and a caller ID of gEfiCallerIdGuid, which is the GUID for the module. - ReportStatusCode()must actively prevent recusrsion. If ReportStatusCode() + ReportStatusCode()must actively prevent recursion. If ReportStatusCode() is called while processing another any other Report Status Code Library function, then ReportStatusCode() must return immediately.