]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/Arp.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / Arp / Arp.h
index 2a7e81f3c595b65d2b12ff002f1be9dffb719f38..6132a00d2a8c4e135b758b4d9aa46c7b2c53a517 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, 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,10 +25,10 @@ Abstract:
 #include EFI_PROTOCOL_DEFINITION (ServiceBinding)\r
 \r
 #define EFI_ARP_SERVICE_BINDING_PROTOCOL_GUID \\r
-  { 0xf44c00ee, 0x1f2c, 0x4a00, 0xaa, 0x9, 0x1c, 0x9f, 0x3e, 0x8, 0x0, 0xa3 }\r
+  { 0xf44c00ee, 0x1f2c, 0x4a00, {0xaa, 0x9, 0x1c, 0x9f, 0x3e, 0x8, 0x0, 0xa3} }\r
 \r
 #define EFI_ARP_PROTOCOL_GUID \\r
-  { 0xf4b427bb, 0xba21, 0x4f16, 0xbc, 0x4e, 0x43, 0xe4, 0x16, 0xab, 0x61, 0x9c }\r
+  { 0xf4b427bb, 0xba21, 0x4f16, {0xbc, 0x4e, 0x43, 0xe4, 0x16, 0xab, 0x61, 0x9c} }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_ARP_PROTOCOL);\r
 \r
@@ -119,7 +119,7 @@ IN VOID              *TargetSwAddress  OPTIONAL,
 IN EFI_EVENT         ResolvedEvent     OPTIONAL\r
 );\r
 \r
-typedef struct _EFI_ARP_PROTOCOL {\r
+struct _EFI_ARP_PROTOCOL {\r
   EFI_ARP_CONFIGURE         Configure;\r
   EFI_ARP_ADD               Add;\r
   EFI_ARP_FIND              Find;\r
@@ -127,7 +127,7 @@ typedef struct _EFI_ARP_PROTOCOL {
   EFI_ARP_FLUSH             Flush;\r
   EFI_ARP_REQUEST           Request;\r
   EFI_ARP_CANCEL            Cancel;\r
-} EFI_ARP_PROTOCOL;\r
+};\r
 \r
 \r
 extern EFI_GUID gEfiArpServiceBindingProtocolGuid;\r