]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/ReportStatusCodeHandler.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Ppi / ReportStatusCodeHandler.h
index aedeeb8d07ca73ab4239985d64b849e56e52587e..48966329dc54fbc07680fd37aeacad928f66ec6f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This PPI provides registering and unregistering services to status code consumers.\r
-  \r
-  Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+\r
+  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
   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
@@ -33,19 +33,19 @@ EFI_STATUS
 \r
 /**\r
   Register the callback function for ReportStatusCode() notification.\r
-  \r
+\r
   When this function is called the function pointer is added to an internal list and any future calls to\r
   ReportStatusCode() will be forwarded to the Callback function.\r
 \r
   @param[in] Callback           A pointer to a function of type EFI_PEI_RSC_HANDLER_CALLBACK that is called\r
                                 when a call to ReportStatusCode() occurs.\r
-                        \r
+\r
   @retval EFI_SUCCESS           Function was successfully registered.\r
   @retval EFI_INVALID_PARAMETER The callback function was NULL.\r
   @retval EFI_OUT_OF_RESOURCES  The internal buffer ran out of space. No more functions can be\r
                                 registered.\r
   @retval EFI_ALREADY_STARTED   The function was already registered. It can't be registered again.\r
-                        \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -55,16 +55,16 @@ EFI_STATUS
 \r
 /**\r
   Remove a previously registered callback function from the notification list.\r
-  \r
+\r
   ReportStatusCode() messages will no longer be forwarded to the Callback function.\r
-  \r
+\r
   @param[in] Callback           A pointer to a function of type EFI_PEI_RSC_HANDLER_CALLBACK that is to be\r
                                 unregistered.\r
 \r
   @retval EFI_SUCCESS           The function was successfully unregistered.\r
   @retval EFI_INVALID_PARAMETER The callback function was NULL.\r
   @retval EFI_NOT_FOUND         The callback function was not found to be unregistered.\r
-                        \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r