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:
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
{