]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmStatusCode.h
automagically convert ELF to PE/COFF (i386 only)
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmStatusCode.h
index 660871548b844410671c4acedec57ee4472cd9e4..73f26d4c7657440bb13085b6f835e1deeba83973 100644 (file)
@@ -36,26 +36,20 @@ typedef struct _EFI_SMM_STATUS_CODE_PROTOCOL  EFI_SMM_STATUS_CODE_PROTOCOL;
 /**\r
   Service to emit the status code in SMM.\r
 \r
-  @param  This Pointer to EFI_SMM_STATUS_CODE_PROTOCOL instance.\r
-  \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 included information about the class and subclass that is used to \r
-  classify the entity as well as an operation.\r
-  \r
-  @param  Instance The enumeration of a hardware or software entity within \r
-  the system. Valid instance numbers start with 1.\r
-  \r
-  @param  CallerId This optional parameter may be used to identify the caller.\r
-  This parameter allows the status code driver to apply different rules to \r
-  different callers.\r
-  \r
-  @param  Data This optional parameter may be used to pass additional data.\r
-\r
-  @retval EFI_SUCCESS The function completed successfully\r
-  \r
-  @retval EFI_DEVICE_ERROR The function should not be completed due to a device error.\r
+  @param  This                  Pointer to EFI_SMM_STATUS_CODE_PROTOCOL instance.\r
+  @param  CodeType              Indicates the type of status code being reported.\r
+  @param  Value                 Describes the current status of a hardware or software entity.\r
+                                This included information about the class and subclass that is used to\r
+                                classify the entity as well as an operation.\r
+  @param  Instance              The enumeration of a hardware or software entity within\r
+                                the system. Valid instance numbers start with 1.\r
+  @param  CallerId              This optional parameter may be used to identify the caller.\r
+                                This parameter allows the status code driver to apply different rules to\r
+                                different callers.\r
+  @param  Data                  This optional parameter may be used to pass additional data.\r
+\r
+  @retval EFI_SUCCESS           The function completed successfully\r
+  @retval EFI_DEVICE_ERROR      The function should not be completed due to a device error.\r
 \r
 **/\r
 typedef\r