diff options
author | BenoƮt Canet <benoit.canet@gmail.com> | 2011-10-30 14:50:18 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-24 18:31:59 +0200 |
commit | 2bf90458a0eb8c56e331daa61cc0311fc24fcd94 (patch) | |
tree | cb7810b033f48ee424b64a6c3c9c8ea79fc1d8a3 /hw/pxa.h | |
parent | 90e8e5a32cfe5337f440ed031db2fc5c8ec4c799 (diff) |
pxa2xx_mmci: convert to memory API
Convert mechanicaly; the access size of the old_mmio fields
seems odd.
Signed-off-by: Benoit Canet <benoit.canet@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/pxa.h')
-rw-r--r-- | hw/pxa.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -85,7 +85,8 @@ void pxa2xx_lcdc_oritentation(void *opaque, int angle); /* pxa2xx_mmci.c */ typedef struct PXA2xxMMCIState PXA2xxMMCIState; -PXA2xxMMCIState *pxa2xx_mmci_init(target_phys_addr_t base, +PXA2xxMMCIState *pxa2xx_mmci_init(MemoryRegion *sysmem, + target_phys_addr_t base, BlockDriverState *bd, qemu_irq irq, qemu_irq rx_dma, qemu_irq tx_dma); void pxa2xx_mmci_handlers(PXA2xxMMCIState *s, qemu_irq readonly, |