]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / SockImpl.h
index 0c86f260480f75e6285148f4609abd5125a5808b..bea7479eb222b8b6a3c6038d9fadd53868a34a40 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Socket implementation header file.\r
 \r
-Copyright (c) 2005 - 2006, Intel Corporation<BR>\r
-All rights reserved. This program and the accompanying materials\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
 http://opensource.org/licenses/bsd-license.php<BR>\r
@@ -16,13 +16,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define _SOCK_IMPL_H_\r
 \r
 #include "Socket.h"\r
+#include "Tcp4Main.h"\r
 \r
 /**\r
   Signal a event with the given status.\r
-  \r
+\r
   @param Token        The token's event is to be signaled.\r
   @param TokenStatus  The status to be sent with the event.\r
-  \r
+\r
 **/\r
 #define SIGNAL_TOKEN(Token, TokenStatus) \\r
   do { \\r
@@ -35,7 +36,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Supporting function for both SockImpl and SockInterface.\r
 \r
   @param Event  The Event this notify function registered to, ignored.\r
-  \r
+\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -66,7 +67,7 @@ SockProcessTcpSndData (
   @param  Sock                  Pointer to the socket.\r
   @param  TcpRxData             Pointer to the application provided receive buffer.\r
   @param  RcvdBytes             The maximum length of the data can be copied.\r
-  @param  IsOOB                 If TURE the data is OOB, else the data is normal.\r
+  @param  IsOOB                 If TRUE the data is OOB, else the data is normal.\r
 \r
 **/\r
 VOID\r