aboutsummaryrefslogtreecommitdiff
path: root/exec-memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec-memory.h')
-rw-r--r--exec-memory.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/exec-memory.h b/exec-memory.h
index 1cd92ee..6707e40 100644
--- a/exec-memory.h
+++ b/exec-memory.h
@@ -33,12 +33,6 @@ 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);
-
#endif
#endif