X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FStatusCode%2FDxe%2FDxeStatusCode.h;fp=IntelFrameworkModulePkg%2FUniversal%2FStatusCode%2FDxe%2FDxeStatusCode.h;h=dbf356b53b0e8d391bc1cd92c2963ba109b601b6;hp=8fb5488a05f3cb3596f12d3af63481bebf38171d;hb=9484bb628a4c884de62788a4d7f873cf26165aa7;hpb=a8cbf345063feb5b34d3dadd87ba32fc3f4ab7f6 diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h index 8fb5488a05..dbf356b53b 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h @@ -71,7 +71,7 @@ extern RUNTIME_MEMORY_STATUSCODE_HEADER *mRtMemoryStatusCodeTable; This function implements EFI_STATUS_CODE_PROTOCOL.ReportStatusCode(). It calls into the workers which dispatches the platform specific listeners. - @param Type Indicates the type of status code being reported. + @param CodeType Indicates the type of status code being reported. @param Value Describes the current status of a hardware or software entity. This included information about the class and subclass that is used to classify the entity as well as an operation. @@ -168,9 +168,6 @@ RtMemoryStatusCodeInitializeWorker ( classify the entity as well as an operation. @param Instance The enumeration of a hardware or software entity within the system. Valid instance numbers start with 1. - @param CallerId This optional parameter may be used to identify the caller. - This parameter allows the status code driver to apply different rules to - different callers. @retval EFI_SUCCESS Status code successfully recorded in runtime memory status code table.