diff options
Diffstat (limited to 'hw/sharpsl.h')
-rw-r--r-- | hw/sharpsl.h | 2 |
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 |