]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Proto.h
index 49d8a1da3b6b0d3793ed1c86602d09dec29749ca..37191fe65112d60f1f6de9fc722e554e4d6fa965 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Tcp Protocol header file.\r
 \r
-Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2018, 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
@@ -49,11 +49,11 @@ typedef struct _TCP_CB  TCP_CB;
 #define TCP_FLG_PSH      0x08\r
 #define TCP_FLG_ACK      0x10\r
 #define TCP_FLG_URG      0x20\r
\r
+\r
  //\r
  // mask for all the flags\r
  //\r
-#define TCP_FLG_FLAG     0x3F  \r
+#define TCP_FLG_FLAG     0x3F\r
 \r
 \r
 #define TCP_CONNECT_REFUSED      (-1) ///< TCP error status\r