aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-android.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm-android.h')
-rw-r--r--kvm-android.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kvm-android.h b/kvm-android.h
new file mode 100644
index 0000000..c0ad76a
--- /dev/null
+++ b/kvm-android.h
@@ -0,0 +1,7 @@
+#ifndef KVM_ANDROID_H
+#define KVM_ANDROID_H
+
+/* Returns 1 if we can use /dev/kvm on this machine */
+extern int kvm_check_allowed(void);
+
+#endif /* KVM_ANDROID_H */