aboutsummaryrefslogtreecommitdiff
path: root/include/hw/intc/kvm_irqcount.h
blob: 0ed5999e495d33a93971aa642efa1d4965b390f2 (plain)
1
2
3
4
5
6
7
8
9
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