summaryrefslogtreecommitdiff
path: root/memory-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'memory-internal.h')
-rw-r--r--memory-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/memory-internal.h b/memory-internal.h
index 6d8711bb1f..4d33cc9530 100644
--- a/memory-internal.h
+++ b/memory-internal.h
@@ -41,6 +41,7 @@ struct AddressSpaceDispatch {
};
void address_space_init_dispatch(AddressSpace *as);
+void address_space_destroy_dispatch(AddressSpace *as);
ram_addr_t qemu_ram_alloc_from_ptr(ram_addr_t size, void *host,
MemoryRegion *mr);