summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Win/Host/WinHost.h
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2018-08-23 15:36:15 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2018-08-27 15:20:59 +0800
commit8f8196976ef9b65e50446eb856f23ca30981ba92 (patch)
tree8f7fb11bcb00ce423daa5243e782c5183b95b2fb /EmulatorPkg/Win/Host/WinHost.h
parent56502bf1ad5e7d5da4c3e91e8590febdb63ab380 (diff)
downloadedk2-8f8196976ef9b65e50446eb856f23ca30981ba92.tar.gz
edk2-8f8196976ef9b65e50446eb856f23ca30981ba92.tar.bz2
edk2-8f8196976ef9b65e50446eb856f23ca30981ba92.zip
EmulatorPkg/Win: Add BlockIo support
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Cc: Andrew Fish <afish@apple.com>
Diffstat (limited to 'EmulatorPkg/Win/Host/WinHost.h')
-rw-r--r--EmulatorPkg/Win/Host/WinHost.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/EmulatorPkg/Win/Host/WinHost.h b/EmulatorPkg/Win/Host/WinHost.h
index 3c7529fa91..6f1f1a2dd3 100644
--- a/EmulatorPkg/Win/Host/WinHost.h
+++ b/EmulatorPkg/Win/Host/WinHost.h
@@ -33,6 +33,8 @@ Abstract:
#include <Protocol/EmuThunk.h>
#include <Protocol/SimpleFileSystem.h>
+#include <Protocol/EmuBlockIo.h>
+#include <Protocol/BlockIo.h>
#include <Library/BaseLib.h>
#include <Library/PeCoffLib.h>
@@ -203,4 +205,5 @@ SecInitializeThunk (
extern EMU_THUNK_PROTOCOL gEmuThunkProtocol;
extern EMU_IO_THUNK_PROTOCOL mWinNtWndThunkIo;
extern EMU_IO_THUNK_PROTOCOL mWinNtFileSystemThunkIo;
+extern EMU_IO_THUNK_PROTOCOL mWinNtBlockIoThunkIo;
#endif \ No newline at end of file