X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FInclude%2FLibrary%2FOemHookStatusCodeLib.h;h=8b09e7843553ebba2b6ddf6e43ad9ea51c8a17db;hp=63387f8aa56ed2b4a94eef069ca509a60e29c5c0;hb=d0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f;hpb=e0e51f622aba7751dd7a8d52bcb735a0f4f03240 diff --git a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h index 63387f8aa5..8b09e78435 100644 --- a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h +++ b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h @@ -33,14 +33,13 @@ OemHookStatusCodeInitialize ( /** Report status code to OEM device. - @param CodeType Indicates the type of status code being reported. Type EFI_STATUS_CODE_TYPE is defined in "Related Definitions" below. + @param CodeType Indicates the type of status code being reported. @param Value Describes the current status of a hardware or software entity. This includes both an operation and classification information about the class and subclass. For progress codes, the operation is the current activity. For error codes, it is the exception. For debug codes, it is not defined at this time. - Type EFI_STATUS_CODE_VALUE is defined in "Related Definitions" below. - Specific values are discussed in the Intel? Platform Innovation Framework for EFI Status Code Specification. + Specific values are discussed in the Intel Platform Innovation Framework for EFI Status Code Specification. @param Instance The enumeration of a hardware or software entity within the system. A system may contain multiple entities that match a class/subclass pairing.