]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCodeCallBack/PxeBaseCodeCallBack.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / PxeBaseCodeCallBack / PxeBaseCodeCallBack.h
index bc9305818debb9770e41aef24a654670936a6438..aba800ea0b7f00fb55be6812c1194a31e69877e7 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
@@ -27,7 +27,7 @@ Abstract:
 //\r
 #define EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL_GUID \\r
   { \\r
-    0x245dca21, 0xfb7b, 0x11d3, 0x8f, 0x01, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b \\r
+    0x245dca21, 0xfb7b, 0x11d3, {0x8f, 0x01, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b} \\r
   }\r
 \r
 //\r
@@ -70,10 +70,10 @@ typedef EFI_PXE_BASE_CODE_CALLBACK_STATUS (EFIAPI *EFI_PXE_CALLBACK)
     IN EFI_PXE_BASE_CODE_PACKET * Packet OPTIONAL\r
   );\r
 \r
-typedef struct _EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL {\r
+struct _EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL {\r
   UINT64            Revision;\r
   EFI_PXE_CALLBACK  Callback;\r
-} EFI_PXE_BASE_CODE_CALLBACK_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiPxeBaseCodeCallbackProtocolGuid;\r
 \r