diff --git a/include/kvm/mptable.h b/include/kvm/mptable.h index 3c8362d..8557ae8 100644 --- a/include/kvm/mptable.h +++ b/include/kvm/mptable.h @@ -1,7 +1,7 @@ #ifndef KVM_MPTABLE_H_ #define KVM_MPTABLE_H_ -struct kvm kvm; +struct kvm; void mptable_setup(struct kvm *kvm, unsigned int ncpus);