aboutsummaryrefslogtreecommitdiff
path: root/exec-memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec-memory.h')
-rw-r--r--exec-memory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/exec-memory.h b/exec-memory.h
index 6707e40b2f..ac1d07dfe4 100644
--- a/exec-memory.h
+++ b/exec-memory.h
@@ -33,6 +33,9 @@ MemoryRegion *get_system_memory(void);
*/
MemoryRegion *get_system_io(void);
+extern AddressSpace address_space_memory;
+extern AddressSpace address_space_io;
+
#endif
#endif