mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-15 16:00:06 +00:00
8 lines
172 B
C
8 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 */
|