10c7c14a7SCyrill Gorcunov #ifndef KVM_MPTABLE_H_ 20c7c14a7SCyrill Gorcunov #define KVM_MPTABLE_H_ 30c7c14a7SCyrill Gorcunov 4f9478eeeSSasha Levin struct kvm; 50c7c14a7SCyrill Gorcunov 6*1add9f73SSasha Levin int mptable__init(struct kvm *kvm); 7*1add9f73SSasha Levin int mptable__exit(struct kvm *kvm); 80c7c14a7SCyrill Gorcunov 90c7c14a7SCyrill Gorcunov #endif /* KVM_MPTABLE_H_ */ 10