From 8f8196976ef9b65e50446eb856f23ca30981ba92 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Thu, 23 Aug 2018 15:36:15 +0800 Subject: EmulatorPkg/Win: Add BlockIo support Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni Reviewed-by: Hao A Wu Cc: Andrew Fish --- EmulatorPkg/Win/Host/WinHost.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'EmulatorPkg/Win/Host/WinHost.h') 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 #include +#include +#include #include #include @@ -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 -- cgit v1.2.3