]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Win/Host/WinHost.h
EmulatorPkg/Win: Add BlockIo support
[mirror_edk2.git] / EmulatorPkg / Win / Host / WinHost.h
index 3c7529fa91ea6380792cac57ee998153d1e80482..6f1f1a2dd321aadbaa8cbef6bcffa04699d1ab12 100644 (file)
@@ -33,6 +33,8 @@ Abstract:
 #include <Protocol/EmuThunk.h>\r
 #include <Protocol/SimpleFileSystem.h>\r
 \r
+#include <Protocol/EmuBlockIo.h>\r
+#include <Protocol/BlockIo.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/PeCoffLib.h>\r
@@ -203,4 +205,5 @@ SecInitializeThunk (
 extern EMU_THUNK_PROTOCOL    gEmuThunkProtocol;\r
 extern EMU_IO_THUNK_PROTOCOL mWinNtWndThunkIo;\r
 extern EMU_IO_THUNK_PROTOCOL mWinNtFileSystemThunkIo;\r
+extern EMU_IO_THUNK_PROTOCOL mWinNtBlockIoThunkIo;\r
 #endif
\ No newline at end of file