Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shv.h
diff options
context:
space:
mode:
authorionescu007 <aionescu+git@gmail.com>2016-09-03 19:05:42 +0300
committerionescu007 <aionescu+git@gmail.com>2016-09-03 19:05:42 +0300
commitf5dd1af02f22e2caf564dea4705bce2d42167061 (patch)
tree0ed56e8c5919731fb3dfa70b6d7a922bbcfb4995 /shv.h
parentdfd4909816fc06841cffc86d1c2170e5cd68bfbd (diff)
Last fixes. Now builds/works in UEFI with a shared code base.
Diffstat (limited to 'shv.h')
-rw-r--r--shv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shv.h b/shv.h
index 5760026..452c116 100644
--- a/shv.h
+++ b/shv.h
@@ -128,7 +128,7 @@ ShvOsUnprepareProcessor (
_In_ PSHV_VP_DATA VpData
);
-VOID
+INT32
ShvOsPrepareProcessor (
_In_ PSHV_VP_DATA VpData
);