summaryrefslogtreecommitdiffstats
path: root/exec-memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec-memory.h')
-rw-r--r--exec-memory.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/exec-memory.h b/exec-memory.h
index 1cd92ee..ac1d07d 100644
--- a/exec-memory.h
+++ b/exec-memory.h
@@ -33,11 +33,8 @@ MemoryRegion *get_system_memory(void);
*/
MemoryRegion *get_system_io(void);
-/* Set the root memory region. This region is the system memory map. */
-void set_system_memory_map(MemoryRegion *mr);
-
-/* Set the I/O memory region. This region is the I/O memory map. */
-void set_system_io_map(MemoryRegion *mr);
+extern AddressSpace address_space_memory;
+extern AddressSpace address_space_io;
#endif
OpenPOWER on IntegriCloud