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