aboutsummaryrefslogtreecommitdiff
path: root/hw/cris-boot.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-05 11:57:07 +0200
committerAndreas Färber <afaerber@suse.de>2012-06-04 23:00:42 +0200
commit5935664fc06f1b6c0276c11e736608ac7ccebe5f (patch)
tree5709354e46b59712d44abb56be8985991b13a570 /hw/cris-boot.h
parentddeb9ae5fa4270356d7cfdde279e7cbfbba8448d (diff)
cris-boot: Pass CRISCPU to cris_load_image()
Needed for main_cpu_reset(). Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/cris-boot.h')
-rw-r--r--hw/cris-boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cris-boot.h b/hw/cris-boot.h
index ecb9779e49..0a2c242411 100644
--- a/hw/cris-boot.h
+++ b/hw/cris-boot.h
@@ -8,4 +8,4 @@ struct cris_load_info
target_phys_addr_t entry;
};
-void cris_load_image(CPUCRISState *env, struct cris_load_info *li);
+void cris_load_image(CRISCPU *cpu, struct cris_load_info *li);