aboutsummaryrefslogtreecommitdiffstats
path: root/exec-memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec-memory.h')
-rw-r--r--exec-memory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/exec-memory.h b/exec-memory.h
index c439aba3d..334219fe2 100644
--- a/exec-memory.h
+++ b/exec-memory.h
@@ -28,6 +28,11 @@
*/
MemoryRegion *get_system_memory(void);
+/* Get the root I/O port region. This interface should only be used
+ * temporarily until a proper bus interface is available.
+ */
+MemoryRegion *get_system_io(void);
+
/* Set the root memory region. This region is the system memory map. */
void set_system_memory_map(MemoryRegion *mr);