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