xref: /kvmtool/x86/include/kvm/mptable.h (revision 0c7c14a747e9eb2c3cacef60fb74b0698c9d3adf)
1*0c7c14a7SCyrill Gorcunov #ifndef KVM_MPTABLE_H_
2*0c7c14a7SCyrill Gorcunov #define KVM_MPTABLE_H_
3*0c7c14a7SCyrill Gorcunov 
4*0c7c14a7SCyrill Gorcunov struct kvm kvm;
5*0c7c14a7SCyrill Gorcunov 
6*0c7c14a7SCyrill Gorcunov void mptable_setup(struct kvm *kvm, unsigned int ncpus);
7*0c7c14a7SCyrill Gorcunov 
8*0c7c14a7SCyrill Gorcunov #endif /* KVM_MPTABLE_H_ */
9