diff options
Diffstat (limited to 'exec-memory.h')
-rw-r--r-- | exec-memory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exec-memory.h b/exec-memory.h index aea1b45654..c439aba3d1 100644 --- a/exec-memory.h +++ b/exec-memory.h @@ -31,6 +31,9 @@ MemoryRegion *get_system_memory(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 |