blob: 9e3cfa6be1ce4abc31be4f56858c3c77d10130c3 [file] [log] [blame]
#ifndef KVM_MPTABLE_H_
#define KVM_MPTABLE_H_
struct kvm;
int mptable__init(struct kvm *kvm);
int mptable__exit(struct kvm *kvm);
#endif /* KVM_MPTABLE_H_ */