Revision 4a2c8ac2 hw/omap.h

b/hw/omap.h
475 475
void omap_uwire_attach(struct omap_uwire_s *s,
476 476
                struct uwire_slave_s *slave, int chipselect);
477 477

  
478
struct omap_i2c_s;
479
struct omap_i2c_s *omap_i2c_init(target_phys_addr_t base,
480
                qemu_irq irq, qemu_irq *dma, omap_clk clk);
481
i2c_bus *omap_i2c_bus(struct omap_i2c_s *s);
482

  
478 483
/* omap_lcdc.c */
479 484
struct omap_lcd_panel_s;
480 485
void omap_lcdc_reset(struct omap_lcd_panel_s *s);
......
550 555
        omap_clk clk;
551 556
    } pwt;
552 557

  
558
    struct omap_i2c_s *i2c;
559

  
553 560
    /* MPU private TIPB peripherals */
554 561
    struct omap_intr_handler_s *ih[2];
555 562

  

Also available in: Unified diff