openpic_kvm.h 172 B

1234567
  1. #ifndef OPENPIC_KVM_H
  2. #define OPENPIC_KVM_H
  3. #define TYPE_KVM_OPENPIC "kvm-openpic"
  4. int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs);
  5. #endif /* OPENPIC_KVM_H */