aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 186ffab0b9f0..6f343307d72b 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -802,6 +802,8 @@ int kvm_set_irq_routing(struct kvm *kvm,
802 unsigned flags); 802 unsigned flags);
803void kvm_free_irq_routing(struct kvm *kvm); 803void kvm_free_irq_routing(struct kvm *kvm);
804 804
805int kvm_send_userspace_msi(struct kvm *kvm, struct kvm_msi *msi);
806
805#else 807#else
806 808
807static inline void kvm_free_irq_routing(struct kvm *kvm) {} 809static inline void kvm_free_irq_routing(struct kvm *kvm) {}