]> 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 0e52c003fc6398b6058a7f1b46f7f41fcaf47450..b36fea254ed8a30909500d4b9f9b0a10d80dd501 100644 (file)
@@ -1,6 +1,7 @@
 /**@file\r
 \r
 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+(C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
 SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
@@ -29,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
@@ -41,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
@@ -200,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