]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/ReportStatusCodeLib.h
detab
[mirror_edk2.git] / MdePkg / Include / Library / ReportStatusCodeLib.h
index 14c6884cb15f2c78b5a3906951c80a48cd7bb488..8b71274d7382b4af9cf425328eb7238b63b031b7 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
-  Report Status Code Library public .h file\r
+  Provides services to log status code records.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
+Copyright (c) 2006 - 2008, Intel Corporation\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -198,6 +198,8 @@ ReportStatusCode (
   @retval  EFI_OUT_OF_RESOURCES  There were not enough resources to allocate the \r
                                  extended data section.\r
   @retval  EFI_UNSUPPORTED       Report status code is not supported\r
+  @retval  EFI_DEVICE_ERROR      A call to a Report Status Code Library function\r
+                                 is already in progress.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -240,6 +242,8 @@ ReportStatusCodeWithDevicePath (
   @retval  EFI_OUT_OF_RESOURCES  There were not enough resources to allocate the \r
                                  extended data section.\r
   @retval  EFI_UNSUPPORTED       Report status code is not supported\r
+  @retval  EFI_DEVICE_ERROR      A call to a Report Status Code Library function\r
+                                 is already in progress.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -290,7 +294,9 @@ ReportStatusCodeWithExtendedData (
   @retval  EFI_SUCCESS           The status code was reported.\r
   @retval  EFI_OUT_OF_RESOURCES  There were not enough resources to allocate \r
                                  the extended data section if it was specified.\r
-  @retval  EFI_UNSUPPORTED       Report status code is not supported\r
+  @retval  EFI_UNSUPPORTED       Report status code is not supported.\r
+  @retval  EFI_DEVICE_ERROR      A call to a Report Status Code Library function\r
+                                 is already in progress.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -405,6 +411,8 @@ ReportDebugCodeEnabled (
   @retval  EFI_OUT_OF_RESOURCES  There were not enough resources to allocate the \r
                                  extended data section.\r
   @retval  EFI_UNSUPPORTED       Report status code is not supported\r
+  @retval  EFI_DEVICE_ERROR      A call to a Report Status Code Library function\r
+                                 is already in progress.\r
 \r
 **/\r
 #define REPORT_STATUS_CODE_WITH_DEVICE_PATH(Type,Value,DevicePathParameter)                     \\r
@@ -436,6 +444,8 @@ ReportDebugCodeEnabled (
   @retval  EFI_OUT_OF_RESOURCES  There were not enough resources to allocate the \r
                                  extended data section.\r
   @retval  EFI_UNSUPPORTED       Report status code is not supported\r
+  @retval  EFI_DEVICE_ERROR      A call to a Report Status Code Library function\r
+                                 is already in progress.\r
 \r
 **/\r
 #define REPORT_STATUS_CODE_WITH_EXTENDED_DATA(Type,Value,ExtendedData,ExtendedDataSize)         \\r
@@ -472,6 +482,8 @@ ReportDebugCodeEnabled (
   @retval  EFI_OUT_OF_RESOURCES  There were not enough resources to allocate the \r
                                  extended data section if it was specified.\r
   @retval  EFI_UNSUPPORTED       Report status code is not supported\r
+  @retval  EFI_DEVICE_ERROR      A call to a Report Status Code Library function\r
+                                 is already in progress.\r
 \r
 **/\r
 #define REPORT_STATUS_CODE_EX(Type,Value,Instance,CallerId,ExtendedDataGuid,ExtendedData,ExtendedDataSize)  \\r