summary refs log tree commit diff stats
path: root/hw/avr/atmega.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/avr/atmega.h')
-rw-r--r--hw/avr/atmega.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/avr/atmega.h b/hw/avr/atmega.h
index a99ee15c7e..9ac4678231 100644
--- a/hw/avr/atmega.h
+++ b/hw/avr/atmega.h
@@ -41,6 +41,7 @@ struct AtmegaMcuState {
     MemoryRegion flash;
     MemoryRegion eeprom;
     MemoryRegion sram;
+    MemoryRegion sram_io;
     DeviceState *io;
     AVRMaskState pwr[POWER_MAX];
     AVRUsartState usart[USART_MAX];