diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index fceeb840a255..b9c318a9e334 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -433,6 +433,9 @@ extern struct kvm_arch_ops *kvm_arch_ops; | |||
433 | int kvm_init_arch(struct kvm_arch_ops *ops, struct module *module); | 433 | int kvm_init_arch(struct kvm_arch_ops *ops, struct module *module); |
434 | void kvm_exit_arch(void); | 434 | void kvm_exit_arch(void); |
435 | 435 | ||
436 | int kvm_mmu_module_init(void); | ||
437 | void kvm_mmu_module_exit(void); | ||
438 | |||
436 | void kvm_mmu_destroy(struct kvm_vcpu *vcpu); | 439 | void kvm_mmu_destroy(struct kvm_vcpu *vcpu); |
437 | int kvm_mmu_create(struct kvm_vcpu *vcpu); | 440 | int kvm_mmu_create(struct kvm_vcpu *vcpu); |
438 | int kvm_mmu_setup(struct kvm_vcpu *vcpu); | 441 | int kvm_mmu_setup(struct kvm_vcpu *vcpu); |