Revision 87ecb68b hw/pxa.h

b/hw/pxa.h
95 95
/* pxa2xx_mmci.c */
96 96
struct pxa2xx_mmci_s;
97 97
struct pxa2xx_mmci_s *pxa2xx_mmci_init(target_phys_addr_t base,
98
                qemu_irq irq, void *dma);
98
                BlockDriverState *bd, qemu_irq irq, void *dma);
99 99
void pxa2xx_mmci_handlers(struct pxa2xx_mmci_s *s, qemu_irq readonly,
100 100
                qemu_irq coverswitch);
101 101

  
......
207 207
                const char *revision);
208 208
struct pxa2xx_state_s *pxa255_init(unsigned int sdram_size, DisplayState *ds);
209 209

  
210
/* usb-ohci.c */
211
void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn,
212
                       qemu_irq irq);
213

  
210 214
#endif	/* PXA_H */

Also available in: Unified diff