aboutsummaryrefslogtreecommitdiff
path: root/include/hw/intc/loongarch_pch_msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/intc/loongarch_pch_msi.h')
-rw-r--r--include/hw/intc/loongarch_pch_msi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/intc/loongarch_pch_msi.h b/include/hw/intc/loongarch_pch_msi.h
index f668bfca7a..6d67560dea 100644
--- a/include/hw/intc/loongarch_pch_msi.h
+++ b/include/hw/intc/loongarch_pch_msi.h
@@ -17,4 +17,6 @@ struct LoongArchPCHMSI {
SysBusDevice parent_obj;
qemu_irq pch_msi_irq[PCH_MSI_IRQ_NUM];
MemoryRegion msi_mmio;
+ /* irq base passed to upper extioi intc */
+ unsigned int irq_base;
};