summaryrefslogtreecommitdiff
path: root/include/exec/memory-internal.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-05-14 11:47:56 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2013-05-24 18:42:21 +0200
commitee983cb3cc8f856b408a272269f434cc9a82ceff (patch)
treeca73322531a0a52035f23e467fdb0a24aca19ed6 /include/exec/memory-internal.h
parent4f39178b3ab54538759df92a38655063f5d59301 (diff)
downloadqemu-ee983cb3cc8f856b408a272269f434cc9a82ceff.tar.gz
exec: make qemu_get_ram_ptr private
It is a private interface between exec.c and memory.c. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec/memory-internal.h')
-rw-r--r--include/exec/memory-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/memory-internal.h b/include/exec/memory-internal.h
index 1b156fd58f..8d15f90417 100644
--- a/include/exec/memory-internal.h
+++ b/include/exec/memory-internal.h
@@ -46,6 +46,7 @@ void address_space_destroy_dispatch(AddressSpace *as);
ram_addr_t qemu_ram_alloc_from_ptr(ram_addr_t size, void *host,
MemoryRegion *mr);
ram_addr_t qemu_ram_alloc(ram_addr_t size, MemoryRegion *mr);
+void *qemu_get_ram_ptr(ram_addr_t addr);
void qemu_ram_free(ram_addr_t addr);
void qemu_ram_free_from_ptr(ram_addr_t addr);