]> 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 4a5a845b0e7d91ce64c854e1564dd6179428b03f..bea7479eb222b8b6a3c6038d9fadd53868a34a40 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Socket implementation header file.\r
 \r
-Copyright (c) 2005 - 2006, 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
@@ -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