]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / DebugAssert / DebugAssert.h
index 174869329e5f616b3b39210d6f26e5396396aac0..2c3e42e3394a8b07c3c3785bc2951e04c4e67a76 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, 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
@@ -25,7 +25,7 @@ Abstract:
 \r
 \r
 #define EFI_DEBUG_ASSERT_PROTOCOL_GUID \\r
-  { 0xbe499c92, 0x7d4b, 0x11d4, 0xbc, 0xee, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 }\r
+  { 0xbe499c92, 0x7d4b, 0x11d4, {0xbc, 0xee, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }\r
 \r
 //\r
 // Forward reference for pure ANSI compatability\r
@@ -73,7 +73,7 @@ EFI_STATUS
   IN  UINTN                             ErrorLevel\r
   );\r
 \r
-typedef struct _EFI_DEBUG_ASSERT_PROTOCOL {\r
+struct _EFI_DEBUG_ASSERT_PROTOCOL {\r
   \r
   EFI_DEBUG_ASSERT    Assert;\r
   EFI_DEBUG_PRINT     Print;\r
@@ -82,7 +82,7 @@ typedef struct _EFI_DEBUG_ASSERT_PROTOCOL {
   EFI_GET_ERROR_LEVEL GetErrorLevel;\r
   EFI_SET_ERROR_LEVEL SetErrorLevel;\r
 \r
-} EFI_DEBUG_ASSERT_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiDebugAssertProtocolGuid;\r
 \r