summaryrefslogtreecommitdiff
path: root/memory.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2013-10-14 17:13:59 +0200
committerJuan Quintela <quintela@redhat.com>2014-01-13 14:04:54 +0100
commit220c3ebddbd1ac289ae7fc64733c9501b3921d94 (patch)
treeba08ff41709ab052b5fb828c26384c4f1c034270 /memory.c
parent981fdf2353d5e708adbe5227260d5e46eececc05 (diff)
downloadqemu-220c3ebddbd1ac289ae7fc64733c9501b3921d94.tar.gz
memory: split cpu_physical_memory_* functions to its own include
All the functions that use ram_addr_t should be here. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Diffstat (limited to 'memory.c')
-rw-r--r--memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/memory.c b/memory.c
index c01029633e..59ecc28401 100644
--- a/memory.c
+++ b/memory.c
@@ -22,6 +22,7 @@
#include <assert.h>
#include "exec/memory-internal.h"
+#include "exec/ram_addr.h"
//#define DEBUG_UNASSIGNED