diff options
author | Juan Quintela <quintela@redhat.com> | 2013-10-14 17:13:59 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2014-01-13 14:04:54 +0100 |
commit | 220c3ebddbd1ac289ae7fc64733c9501b3921d94 (patch) | |
tree | ba08ff41709ab052b5fb828c26384c4f1c034270 /memory.c | |
parent | 981fdf2353d5e708adbe5227260d5e46eececc05 (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <assert.h> #include "exec/memory-internal.h" +#include "exec/ram_addr.h" //#define DEBUG_UNASSIGNED |