diff options
Diffstat (limited to 'include/hw/misc/stm32l4x5_syscfg.h')
-rw-r--r-- | include/hw/misc/stm32l4x5_syscfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/stm32l4x5_syscfg.h b/include/hw/misc/stm32l4x5_syscfg.h index 23bb564..c450df2 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 |