]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ReportStatusCodeHandler.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / ReportStatusCodeHandler.h
index 44a6ded58e1e75805a1bcdc4b543fd3b065a8073..e45252cf78b7e62b6c0a85718003d4d85eb43a21 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
-  This protocol provide registering and unregistering services to status code \r
+  This protocol provide registering and unregistering services to status code\r
   consumers while in DXE.\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,7 +33,7 @@ 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. During the bootservices,\r
   this is the callback for which this service can be invoked. The report status code router\r
@@ -47,16 +47,16 @@ EFI_STATUS
   2. not unregister at exit boot services so that the router will still have its callback address\r
   3. the caller must be self-contained (eg. Not call out into any boot-service interfaces) and be\r
   runtime safe, in general.\r
-  \r
+\r
   @param[in] Callback   A pointer to a function of type EFI_RSC_HANDLER_CALLBACK that is called when\r
                         a call to ReportStatusCode() occurs.\r
-  @param[in] Tpl        TPL at which callback can be safely invoked.   \r
-  \r
+  @param[in] Tpl        TPL at which callback can be safely invoked.\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
+  @retval  EFI_ALREADY_STARTED      The function was already registered. It can't be registered again.\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -67,16 +67,16 @@ EFI_STATUS
 \r
 /**\r
   Remove a previously registered callback function from the notification list.\r
-  \r
+\r
   A callback function must be unregistered before it is deallocated. It is important that any registered\r
   callbacks that are not runtime complaint be unregistered when ExitBootServices() is called.\r
-  \r
+\r
   @param[in]  Callback  A pointer to a function of type EFI_RSC_HANDLER_CALLBACK that is to be\r
                         unregistered.\r
-                        \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
+  @retval EFI_NOT_FOUND         The callback function was not found to be unregistered.\r
 **/\r
 typedef\r
 EFI_STATUS\r