]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Win/Host/WinHost.h
EmulatorPkg/WinHost: Enable network support.
[mirror_edk2.git] / EmulatorPkg / Win / Host / WinHost.h
index 991da1c15bd4d4eb5a14b2883504833fd5595fd8..b36fea254ed8a30909500d4b9f9b0a10d80dd501 100644 (file)
@@ -1,13 +1,8 @@
 /**@file\r
 \r
 Copyright (c) 2006 - 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\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+(C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
@@ -35,6 +30,7 @@ Abstract:
 \r
 #include <Protocol/EmuBlockIo.h>\r
 #include <Protocol/BlockIo.h>\r
+#include <Protocol/EmuSnp.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/PeCoffLib.h>\r
@@ -47,6 +43,7 @@ Abstract:
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/PeiServicesLib.h>\r
 #include <Library/PeCoffExtraActionLib.h>\r
+#include <Library/NetLib.h>\r
 \r
 \r
 #define TEMPORARY_RAM_SIZE                0x20000\r
@@ -88,7 +85,7 @@ Arguments:
   SecCorePe32File         - SEC Core PE32\r
 \r
 Returns:\r
-  Success means control is transfered and thus we should never return\r
+  Success means control is transferred and thus we should never return\r
 \r
 --*/\r
 ;\r
@@ -206,4 +203,6 @@ extern EMU_THUNK_PROTOCOL    gEmuThunkProtocol;
 extern EMU_IO_THUNK_PROTOCOL mWinNtWndThunkIo;\r
 extern EMU_IO_THUNK_PROTOCOL mWinNtFileSystemThunkIo;\r
 extern EMU_IO_THUNK_PROTOCOL mWinNtBlockIoThunkIo;\r
+extern EMU_IO_THUNK_PROTOCOL mWinNtSnpThunkIo;\r
+\r
 #endif\r