Revision 99570a40 hw/omap.h

b/hw/omap.h
738 738
void omap_tap_init(struct omap_target_agent_s *ta,
739 739
                struct omap_mpu_state_s *mpu);
740 740

  
741
struct omap_eac_s;
742
struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta,
743
                qemu_irq irq, qemu_irq *drq, omap_clk fclk, omap_clk iclk);
744

  
741 745
/* omap_lcdc.c */
742 746
struct omap_lcd_panel_s;
743 747
void omap_lcdc_reset(struct omap_lcd_panel_s *s);
......
957 961
    struct omap_mcspi_s *mcspi[2];
958 962

  
959 963
    struct omap_dss_s *dss;
964

  
965
    struct omap_eac_s *eac;
960 966
};
961 967

  
962 968
/* omap1.c */

Also available in: Unified diff