Revision 64330148 hw/omap.h
b/hw/omap.h | ||
---|---|---|
458 | 458 |
void omap_mpuio_out_set(struct omap_mpuio_s *s, int line, qemu_irq handler); |
459 | 459 |
void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down); |
460 | 460 |
|
461 |
struct omap_gpio_s; |
|
462 |
struct omap_gpio_s *omap_gpio_init(target_phys_addr_t base, |
|
463 |
qemu_irq irq, omap_clk clk); |
|
464 |
qemu_irq *omap_gpio_in_get(struct omap_gpio_s *s); |
|
465 |
void omap_gpio_out_set(struct omap_gpio_s *s, int line, qemu_irq handler); |
|
466 |
|
|
461 | 467 |
/* omap_lcdc.c */ |
462 | 468 |
struct omap_lcd_panel_s; |
463 | 469 |
void omap_lcdc_reset(struct omap_lcd_panel_s *s); |
... | ... | |
574 | 580 |
} clkm; |
575 | 581 |
|
576 | 582 |
struct omap_mpuio_s *mpuio; |
583 |
struct omap_gpio_s *gpio; |
|
577 | 584 |
} *omap310_mpu_init(unsigned long sdram_size, |
578 | 585 |
DisplayState *ds, const char *core); |
579 | 586 |
|
Also available in: Unified diff