]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
Committing changes to the comments, after review with engineers.
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Library / OemHookStatusCodeLib.h
index 63387f8aa56ed2b4a94eef069ca509a60e29c5c0..8b09e7843553ebba2b6ddf6e43ad9ea51c8a17db 100644 (file)
@@ -33,14 +33,13 @@ OemHookStatusCodeInitialize (
 /**\r
   Report status code to OEM device.\r
  \r
 /**\r
   Report status code to OEM device.\r
  \r
-  @param  CodeType      Indicates the type of status code being reported.  Type EFI_STATUS_CODE_TYPE is defined in "Related Definitions" below.\r
+  @param  CodeType      Indicates the type of status code being reported.  \r
  \r
   @param  Value         Describes the current status of a hardware or software entity.  \r
                         This includes both an operation and classification information about the class and subclass.\r
                         For progress codes, the operation is the current activity. \r
                         For error codes, it is the exception.  For debug codes, it is not defined at this time. \r
  \r
   @param  Value         Describes the current status of a hardware or software entity.  \r
                         This includes both an operation and classification information about the class and subclass.\r
                         For progress codes, the operation is the current activity. \r
                         For error codes, it is the exception.  For debug codes, it is not defined at this time. \r
-                        Type EFI_STATUS_CODE_VALUE is defined in "Related Definitions" below.  \r
-                        Specific values are discussed in the Intel? Platform Innovation Framework for EFI Status Code Specification.\r
+                        Specific values are discussed in the Intel Platform Innovation Framework for EFI Status Code Specification.\r
  \r
   @param  Instance      The enumeration of a hardware or software entity within the system.  \r
                         A system may contain multiple entities that match a class/subclass pairing. \r
  \r
   @param  Instance      The enumeration of a hardware or software entity within the system.  \r
                         A system may contain multiple entities that match a class/subclass pairing. \r