aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm/stm32f100_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/stm32f100_soc.h')
-rw-r--r--include/hw/arm/stm32f100_soc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/arm/stm32f100_soc.h b/include/hw/arm/stm32f100_soc.h
index 71bffcf..b7d71c6 100644
--- a/include/hw/arm/stm32f100_soc.h
+++ b/include/hw/arm/stm32f100_soc.h
@@ -52,6 +52,10 @@ struct STM32F100State {
STM32F2XXUsartState usart[STM_NUM_USARTS];
STM32F2XXSPIState spi[STM_NUM_SPIS];
+
+ MemoryRegion sram;
+ MemoryRegion flash;
+ MemoryRegion flash_alias;
};
#endif