aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-android.h
blob: c0ad76afe69c1784b89b7dbeff3e7e97c4aba728 (plain)
1
2
3
4
5
6
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 */