diff options
Diffstat (limited to 'exec-memory.h')
-rw-r--r-- | exec-memory.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/exec-memory.h b/exec-memory.h index 1cd92eec71..ac1d07dfe4 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 |