Home | History | Annotate | Download | only in qemu
      1 #ifndef KVM_ANDROID_H
      2 #define KVM_ANDROID_H
      3 
      4 /* Returns 1 if we can use /dev/kvm on this machine */
      5 extern int kvm_check_allowed(void);
      6 
      7 #endif /* KVM_ANDROID_H */
      8