Revision fe71e81a hw/omap.h

b/hw/omap.h
450 450
struct omap_uart_s *omap_uart_init(target_phys_addr_t base,
451 451
                qemu_irq irq, omap_clk clk, CharDriverState *chr);
452 452

  
453
struct omap_mpuio_s;
454
struct omap_mpuio_s *omap_mpuio_init(target_phys_addr_t base,
455
                qemu_irq kbd_int, qemu_irq gpio_int, qemu_irq wakeup,
456
                omap_clk clk);
457
qemu_irq *omap_mpuio_in_get(struct omap_mpuio_s *s);
458
void omap_mpuio_out_set(struct omap_mpuio_s *s, int line, qemu_irq handler);
459
void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down);
460

  
453 461
/* omap_lcdc.c */
454 462
struct omap_lcd_panel_s;
455 463
void omap_lcdc_reset(struct omap_lcd_panel_s *s);
......
563 571
        uint16_t dsp_idlect2;
564 572
        uint16_t dsp_rstct2;
565 573
    } clkm;
574

  
575
    struct omap_mpuio_s *mpuio;
566 576
} *omap310_mpu_init(unsigned long sdram_size,
567 577
                DisplayState *ds, const char *core);
568 578

  

Also available in: Unified diff