xref: /openbmc/qemu/include/hw/ppc/openpic_kvm.h (revision a5ed75fe2e6625b2ab9ed0694d7a5c95a74b84f7)
1 #ifndef OPENPIC_KVM_H
2 #define OPENPIC_KVM_H
3 
4 #define TYPE_KVM_OPENPIC "kvm-openpic"
5 int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs);
6 
7 #endif /* OPENPIC_KVM_H */
8