From 1c38129de8a7f3d62ad2800758d9b2ddfccbdca9 Mon Sep 17 00:00:00 2001 From: Inès Varhol Date: Tue, 5 Mar 2024 22:03:11 +0100 Subject: hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol Reviewed-by: Philippe Mathieu-Daudé Acked-by: Alistair Francis Message-id: 20240305210444.310665-3-ines.varhol@telecom-paris.fr Signed-off-by: Peter Maydell --- hw/misc/stm32l4x5_syscfg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/misc/stm32l4x5_syscfg.c') diff --git a/hw/misc/stm32l4x5_syscfg.c b/hw/misc/stm32l4x5_syscfg.c index fd68cb800b..3dafc00b49 100644 --- a/hw/misc/stm32l4x5_syscfg.c +++ b/hw/misc/stm32l4x5_syscfg.c @@ -27,6 +27,7 @@ #include "hw/irq.h" #include "migration/vmstate.h" #include "hw/misc/stm32l4x5_syscfg.h" +#include "hw/gpio/stm32l4x5_gpio.h" #define SYSCFG_MEMRMP 0x00 #define SYSCFG_CFGR1 0x04 -- cgit 1.4.1