diff options
| author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-17 14:34:44 +0000 |
|---|---|---|
| committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-17 14:34:44 +0000 |
| commit | 02ce600c1e485a7da4a26166b5a75b68c6013fe1 (patch) | |
| tree | bbaf336b9ed4300dc842ab6f1ed3beaeec66a5fd /hw/pxa.h | |
| parent | 38641a52f2335c470349c55d9b1679112da99399 (diff) | |
| download | focaccia-qemu-02ce600c1e485a7da4a26166b5a75b68c6013fe1.tar.gz focaccia-qemu-02ce600c1e485a7da4a26166b5a75b68c6013fe1.zip | |
Convert SD cards code to use qemu_irq too.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3671 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pxa.h')
| -rw-r--r-- | hw/pxa.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/pxa.h b/hw/pxa.h index da8da5dd03..c151de3ef8 100644 --- a/hw/pxa.h +++ b/hw/pxa.h @@ -96,9 +96,8 @@ void pxa2xx_lcdc_oritentation(void *opaque, int angle); struct pxa2xx_mmci_s; struct pxa2xx_mmci_s *pxa2xx_mmci_init(target_phys_addr_t base, qemu_irq irq, void *dma); -void pxa2xx_mmci_handlers(struct pxa2xx_mmci_s *s, void *opaque, - void (*readonly_cb)(void *, int), - void (*coverswitch_cb)(void *, int)); +void pxa2xx_mmci_handlers(struct pxa2xx_mmci_s *s, qemu_irq readonly, + qemu_irq coverswitch); /* pxa2xx_pcmcia.c */ struct pxa2xx_pcmcia_s; |