aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r--drivers/kvm/kvm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index bb506b71797d..f8fe87d3ddbd 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -490,6 +490,8 @@ struct kvm_arch_ops {
490 void (*skip_emulated_instruction)(struct kvm_vcpu *vcpu); 490 void (*skip_emulated_instruction)(struct kvm_vcpu *vcpu);
491 void (*patch_hypercall)(struct kvm_vcpu *vcpu, 491 void (*patch_hypercall)(struct kvm_vcpu *vcpu,
492 unsigned char *hypercall_addr); 492 unsigned char *hypercall_addr);
493 int (*get_irq)(struct kvm_vcpu *vcpu);
494 void (*set_irq)(struct kvm_vcpu *vcpu, int vec);
493}; 495};
494 496
495extern struct kvm_arch_ops *kvm_arch_ops; 497extern struct kvm_arch_ops *kvm_arch_ops;