summary refs log tree commit diff stats
path: root/include/hw/misc/mchp_pfsoc_sysreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/misc/mchp_pfsoc_sysreg.h')
-rw-r--r--include/hw/misc/mchp_pfsoc_sysreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/mchp_pfsoc_sysreg.h b/include/hw/misc/mchp_pfsoc_sysreg.h
index 546ba68f6a..3cebe40ea9 100644
--- a/include/hw/misc/mchp_pfsoc_sysreg.h
+++ b/include/hw/misc/mchp_pfsoc_sysreg.h
@@ -28,6 +28,7 @@
 typedef struct MchpPfSoCSysregState {
     SysBusDevice parent;
     MemoryRegion sysreg;
+    qemu_irq irq;
 } MchpPfSoCSysregState;
 
 #define TYPE_MCHP_PFSOC_SYSREG "mchp.pfsoc.sysreg"