historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/include/hw/ppc/openpic_kvm.h
2024-01-16 11:20:27 -06:00

7 lines
172 B
C

#ifndef OPENPIC_KVM_H
#define OPENPIC_KVM_H
#define TYPE_KVM_OPENPIC "kvm-openpic"
int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs);
#endif /* OPENPIC_KVM_H */