Files
kvmtool/include/kvm/mptable.h
T
2015-06-01 16:39:44 +01:00

9 lines
146 B
C

#ifndef KVM_MPTABLE_H_
#define KVM_MPTABLE_H_
struct kvm;
void mptable_setup(struct kvm *kvm, unsigned int ncpus);
#endif /* KVM_MPTABLE_H_ */