]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/Tcp/Tcp.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / Tcp / Tcp.h
index f1b79fa6e1949ce65c564374f6f6b8062737955c..e45377c676d2e3f838bc7ec03d6cd1a569ada371 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
@@ -35,7 +35,7 @@ Revision History
 //\r
 \r
 #define EFI_TCP_PROTOCOL_GUID \\r
-    { 0x02b3d5f2, 0xac28, 0x11d3, 0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d }\r
+    { 0x02b3d5f2, 0xac28, 0x11d3, {0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_TCP_PROTOCOL);\r
 \r
@@ -99,11 +99,11 @@ EFI_STATUS
 //\r
 // TCP Protocol structure\r
 //\r
-typedef struct _EFI_TCP_PROTOCOL {\r
+struct _EFI_TCP_PROTOCOL {\r
     EFI_TCP_WRITE             TcpWrite;\r
     EFI_TCP_READ              TcpRead;\r
     EFI_TCP_SET_PORT_FILTER   SetPortFilter;\r
-} EFI_TCP_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiTcpProtocolGuid;\r
 \r