X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FReportStatusCodeLib.h;h=9375308c4fc513e67f38b8af4f537c43e0aa4113;hb=c85cea804611f6cad04faf2c3908618e321c2710;hp=fe0f67cf1945f28b0748fbc957de55562f53ec10;hpb=e8f3f94ea9ab02656317009ec286d3aeb057ff90;p=mirror_edk2.git 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.