blob: c0ad76afe69c1784b89b7dbeff3e7e97c4aba728 [file] [log] [blame]
David 'Digit' Turner36597752011-05-20 01:18:01 +02001#ifndef KVM_ANDROID_H
2#define KVM_ANDROID_H
3
4/* Returns 1 if we can use /dev/kvm on this machine */
5extern int kvm_check_allowed(void);
6
7#endif /* KVM_ANDROID_H */