aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pxa.h
diff options
context:
space:
mode:
authorBenoƮt Canet <benoit.canet@gmail.com>2011-10-30 14:50:12 +0100
committerAvi Kivity <avi@redhat.com>2011-11-24 18:31:58 +0200
commit354a8c0676f5f11da0d54098946d195ed8954172 (patch)
tree341e993654be657a37c37215623f606d1f114415 /hw/pxa.h
parent55a8b801a4be764b3d7a24c4807501a5ec9e323b (diff)
pxa2xx_pcmcia.c: convert common memory space to memory API
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/pxa.h b/hw/pxa.h
index 7e9838408..fe99a5043 100644
--- a/hw/pxa.h
+++ b/hw/pxa.h
@@ -93,7 +93,8 @@ void pxa2xx_mmci_handlers(PXA2xxMMCIState *s, qemu_irq readonly,
/* pxa2xx_pcmcia.c */
typedef struct PXA2xxPCMCIAState PXA2xxPCMCIAState;
-PXA2xxPCMCIAState *pxa2xx_pcmcia_init(target_phys_addr_t base);
+PXA2xxPCMCIAState *pxa2xx_pcmcia_init(MemoryRegion *sysmem,
+ target_phys_addr_t base);
int pxa2xx_pcmcia_attach(void *opaque, PCMCIACardState *card);
int pxa2xx_pcmcia_dettach(void *opaque);
void pxa2xx_pcmcia_set_irq_cb(void *opaque, qemu_irq irq, qemu_irq cd_irq);