summaryrefslogtreecommitdiff
path: root/hw/sharpsl.h
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-09 17:48:30 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-09 17:48:30 +0000
commitf78630ab2f4b15d493fa921bb43ddcec4119f6d3 (patch)
treee2dd73cd5358e918b073b634d4cdc63ac01ee872 /hw/sharpsl.h
parent3b760e046b54a362bdcc39c45b339dafb61d82dd (diff)
downloadqemu-f78630ab2f4b15d493fa921bb43ddcec4119f6d3.tar.gz
More phys_ram_base removal.
Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7055 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sharpsl.h')
-rw-r--r--hw/sharpsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sharpsl.h b/hw/sharpsl.h
index 184aae6cdb..4d5cee98da 100644
--- a/hw/sharpsl.h
+++ b/hw/sharpsl.h
@@ -18,6 +18,6 @@ void scoop_gpio_out_set(struct scoop_info_s *s, int line,
qemu_irq handler);
#define SL_PXA_PARAM_BASE 0xa0000a00
-void sl_bootparam_write(uint32_t ptr);
+void sl_bootparam_write(target_phys_addr_t ptr);
#endif