X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FSmmRuntimeDxeReportStatusCodeLibFramework%2FReportStatusCodeLibInternal.h;h=74318220ffa43fb75dde4ea93cf33f737b7c71d2;hp=f241cd1bc92839ce1ce9483dd45ae04451552597;hb=19796be36046740f756c46d5e1f14e2548907ed1;hpb=787ef908e48a1dd55864b9feaa5addab386c66b2 diff --git a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h index f241cd1bc9..74318220ff 100644 --- a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h +++ b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ReportStatusCodeLibInternal.h @@ -2,7 +2,7 @@ Internal Header file of Report Status Code Library for RUNTIME DXE Phase. - Copyright (c) 2006 - 2009, Intel Corporation
+ Copyright (c) 2006 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -25,35 +25,19 @@ #include #include #include -#include #include #include #include #include +#include #include #include extern EFI_STATUS_CODE_DATA *mStatusCodeData; -/** - Locate the report status code service. - - In SMM, it retrieves OemHookStatusCodeReport() from customized OEM Hook Status Code Lib. - Otherwise, it first tries to retrieve ReportStatusCode() in Runtime Services Table. - If not found, it then tries to retrieve ReportStatusCode() API of Report Status Code Protocol. - - @return Function pointer to the report status code service. - NULL is returned if no status code service is available. - -**/ -EFI_REPORT_STATUS_CODE -InternalGetReportStatusCode ( - VOID - ); - /** Internal worker function that reports a status code through the status code service.