blob: 3c8362df50bbe07eb95024d9f480ab712d9d1bae [file] [log] [blame]
#ifndef KVM_MPTABLE_H_
#define KVM_MPTABLE_H_
struct kvm kvm;
void mptable_setup(struct kvm *kvm, unsigned int ncpus);
#endif /* KVM_MPTABLE_H_ */