KVM: Use slab caches to allocate mmu data structures
[deliverable/linux.git] / drivers / kvm / kvm.h
index fceeb840a25582678b69c9934acd2db7176ab343..b9c318a9e334d6bff1ef74ec00ac18547946fe25 100644 (file)
@@ -433,6 +433,9 @@ extern struct kvm_arch_ops *kvm_arch_ops;
 int kvm_init_arch(struct kvm_arch_ops *ops, struct module *module);
 void kvm_exit_arch(void);
 
+int kvm_mmu_module_init(void);
+void kvm_mmu_module_exit(void);
+
 void kvm_mmu_destroy(struct kvm_vcpu *vcpu);
 int kvm_mmu_create(struct kvm_vcpu *vcpu);
 int kvm_mmu_setup(struct kvm_vcpu *vcpu);
This page took 0.030181 seconds and 5 git commands to generate.