xref: /kvmtool/x86/include/kvm/mptable.h (revision 1add9f7367c0323413283cdec822252b3f156bca)
1 #ifndef KVM_MPTABLE_H_
2 #define KVM_MPTABLE_H_
3 
4 struct kvm;
5 
6 int mptable__init(struct kvm *kvm);
7 int mptable__exit(struct kvm *kvm);
8 
9 #endif /* KVM_MPTABLE_H_ */
10