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-08-29 07:56:18 +0300
committerionescu007 <aionescu+git@gmail.com>2016-08-29 07:56:18 +0300
commit75ed51f8f7f8d2b29b1407515d1f0a633a4c0482 (patch)
tree3a42fa88be1700d75492ee6db09592fcca84f3af /shv.h
parent77fb2e9985648546e3f6824f6a2b8b75f1b82586 (diff)
WIP Cleaner way to launch.
Diffstat (limited to 'shv.h')
-rw-r--r--shv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shv.h b/shv.h
index e5f34ba..2095239 100644
--- a/shv.h
+++ b/shv.h
@@ -143,6 +143,11 @@ ShvVmxEptInitialize (
_In_ PSHV_VP_DATA VpData
);
+DECLSPEC_NORETURN
+VOID
+ShvVpRestoreAfterLaunch (
+ VOID
+ );
typedef struct _SHV_DPC_CONTEXT
{