aboutsummaryrefslogtreecommitdiff
path: root/include/hw/intc/kvm_irqcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/intc/kvm_irqcount.h')
-rw-r--r--include/hw/intc/kvm_irqcount.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/hw/intc/kvm_irqcount.h b/include/hw/intc/kvm_irqcount.h
new file mode 100644
index 0000000000..0ed5999e49
--- /dev/null
+++ b/include/hw/intc/kvm_irqcount.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
+#ifndef KVM_IRQCOUNT_H
+#define KVM_IRQCOUNT_H
+
+void kvm_report_irq_delivered(int delivered);
+void kvm_reset_irq_delivered(void);
+int kvm_get_irq_delivered(void);
+
+#endif