]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/arm/stm32f100_soc.h
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into staging
[mirror_qemu.git] / include / hw / arm / stm32f100_soc.h
index b7d71c6c634d1ef724caee638fdb18bc93ace2bb..40cd415b2843caca68327aecc1990f6239edf920 100644 (file)
@@ -29,6 +29,7 @@
 #include "hw/ssi/stm32f2xx_spi.h"
 #include "hw/arm/armv7m.h"
 #include "qom/object.h"
+#include "hw/clock.h"
 
 #define TYPE_STM32F100_SOC "stm32f100-soc"
 OBJECT_DECLARE_SIMPLE_TYPE(STM32F100State, STM32F100_SOC)
@@ -56,6 +57,9 @@ struct STM32F100State {
     MemoryRegion sram;
     MemoryRegion flash;
     MemoryRegion flash_alias;
+
+    Clock *sysclk;
+    Clock *refclk;
 };
 
 #endif