summaryrefslogtreecommitdiffstats
path: root/kmod/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmod/kvm.h')
-rw-r--r--kmod/kvm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kmod/kvm.h b/kmod/kvm.h
new file mode 100644
index 0000000..a44491e
--- /dev/null
+++ b/kmod/kvm.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "cachepc.h"
+
+void cachepc_kvm_init(void);
+void cachepc_kvm_exit(void);