summary refs log tree commit diff stats
path: root/include/hw/misc/stm32l4x5_syscfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/misc/stm32l4x5_syscfg.h')
-rw-r--r--include/hw/misc/stm32l4x5_syscfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/stm32l4x5_syscfg.h b/include/hw/misc/stm32l4x5_syscfg.h
index 23bb564150..c450df2b9e 100644
--- a/include/hw/misc/stm32l4x5_syscfg.h
+++ b/include/hw/misc/stm32l4x5_syscfg.h
@@ -48,6 +48,7 @@ struct Stm32l4x5SyscfgState {
     uint32_t swpr2;
 
     qemu_irq gpio_out[GPIO_NUM_PINS];
+    Clock *clk;
 };
 
 #endif