X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FDxe%2FArchProtocol%2FStatusCode.h;fp=MdePkg%2FInclude%2FDxe%2FArchProtocol%2FStatusCode.h;h=6bfaeaedd27c81b7dd6d0ea6e5d39fc6bad62b63;hp=6440dc338864d4245085d6d92a81c9cdbb03b23f;hb=0647c9adf92c6a8712091607a73b2768327a865d;hpb=151c1ccdcd6960c550fa491bd0ed467416bb2b74 diff --git a/MdePkg/Include/Dxe/ArchProtocol/StatusCode.h b/MdePkg/Include/Dxe/ArchProtocol/StatusCode.h index 6440dc3388..6bfaeaedd2 100644 --- a/MdePkg/Include/Dxe/ArchProtocol/StatusCode.h +++ b/MdePkg/Include/Dxe/ArchProtocol/StatusCode.h @@ -34,24 +34,19 @@ /** Provides an interface that a software module can call to report a status code. - @param Type 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. - - @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. - - @param Data This optional parameter may be used to pass additional data. - - @retval EFI_SUCCESS The function completed successfully - - @retval EFI_DEVICE_ERROR The function should not be completed due to a device error. + @param Type 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. + @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. + @param Data This optional parameter may be used to pass additional data. + + @retval EFI_SUCCESS The function completed successfully + @retval EFI_DEVICE_ERROR The function should not be completed due to a device error. **/ typedef @@ -70,7 +65,7 @@ EFI_STATUS This protocol must be produced by a runtime DXE driver and may be consumed only by the DXE Foundation. - @param ReportStatusCode Emit a status code. + @param ReportStatusCode Emit a status code. **/ typedef struct _EFI_STATUS_CODE_PROTOCOL {