]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ReportStatusCodeHandler.h
Fix the comments in the core interface to follow the UEFI Spec regarding how to check...
[mirror_edk2.git] / MdePkg / Include / Protocol / ReportStatusCodeHandler.h
index ecf0c2935aac33c69f448141b8157f64ffbee9d1..44a6ded58e1e75805a1bcdc4b543fd3b065a8073 100644 (file)
@@ -2,8 +2,8 @@
   This protocol provide registering and unregistering services to status code \r
   consumers while in DXE.\r
   \r
-  Copyright (c) 2007 - 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2007 - 2009, 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
   http://opensource.org/licenses/bsd-license.php\r
@@ -18,8 +18,7 @@
 \r
 #define EFI_RSC_HANDLER_PROTOCOL_GUID \\r
   { \\r
-    0x86212936, 0xe76, 0x41c8, \\r
-    0xa0, 0x3a, 0x2a, 0xf2, 0xfc, 0x1c, 0x39, 0xe2 \\r
+    0x86212936, 0xe76, 0x41c8, {0xa0, 0x3a, 0x2a, 0xf2, 0xfc, 0x1c, 0x39, 0xe2} \\r
   }\r
 \r
 typedef\r
@@ -57,7 +56,7 @@ EFI_STATUS
   @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 cant 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