]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/Tcp4.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / Tcp4 / Tcp4.h
index e4d1e3efe165d60140f131643ef9ff1e3ee83556..9c4f468a5889af0ac007bd2aad8f0e27d50f5c50 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2005 - 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2005 - 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
@@ -27,14 +27,14 @@ Abstract:
 \r
 #define EFI_TCP4_SERVICE_BINDING_PROTOCOL_GUID \\r
   { \\r
-    0x00720665, 0x67EB, 0x4a99, 0xBA, 0xF7, 0xD3, 0xC3, 0x3A, 0x1C, 0x7C, 0xC9 \\r
+    0x00720665, 0x67EB, 0x4a99, {0xBA, 0xF7, 0xD3, 0xC3, 0x3A, 0x1C, 0x7C, 0xC9} \\r
   }\r
 \r
 extern EFI_GUID gEfiTcp4ServiceBindingProtocolGuid;\r
 \r
 #define EFI_TCP4_PROTOCOL_GUID \\r
   { \\r
-    0x65530BC7, 0xA359, 0x410f, 0xB0, 0x10, 0x5A, 0xAD, 0xC7, 0xEC, 0x2B, 0x62 \\r
+    0x65530BC7, 0xA359, 0x410f, {0xB0, 0x10, 0x5A, 0xAD, 0xC7, 0xEC, 0x2B, 0x62} \\r
   }\r
 \r
 extern EFI_GUID gEfiTcp4ProtocolGuid;\r
@@ -227,7 +227,7 @@ EFI_STATUS
   IN EFI_TCP4_PROTOCOL        *This\r
   );\r
 \r
-typedef struct _EFI_TCP4_PROTOCOL {\r
+struct _EFI_TCP4_PROTOCOL {\r
   EFI_TCP4_GET_MODE_DATA  GetModeData;\r
   EFI_TCP4_CONFIGURE      Configure;\r
   EFI_TCP4_ROUTES         Routes;\r
@@ -238,7 +238,7 @@ typedef struct _EFI_TCP4_PROTOCOL {
   EFI_TCP4_CLOSE          Close;\r
   EFI_TCP4_CANCEL         Cancel;\r
   EFI_TCP4_POLL           Poll;\r
-} EFI_TCP4_PROTOCOL;\r
+};\r
 \r
 #define EFI_CONNECTION_FIN      EFIERR (104)\r
 #define EFI_CONNECTION_RESET    EFIERR (105)\r