diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-18 07:50:20 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-18 07:50:20 +0000 |
commit | 99570a40ebec445ad05dd586b73c6117540f0450 (patch) | |
tree | 23045ecd83daaf6819545ffab235d57064a9a330 /hw/omap.h | |
parent | dcf414d638254dd6201e3adc74b535b060894d53 (diff) |
OMAP2 EAC module.
Not yet hooked up to any CODEC.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4886 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -738,6 +738,10 @@ struct omap_lpg_s *omap_lpg_init(target_phys_addr_t base, omap_clk clk); void omap_tap_init(struct omap_target_agent_s *ta, struct omap_mpu_state_s *mpu); +struct omap_eac_s; +struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta, + qemu_irq irq, qemu_irq *drq, omap_clk fclk, omap_clk iclk); + /* omap_lcdc.c */ struct omap_lcd_panel_s; void omap_lcdc_reset(struct omap_lcd_panel_s *s); @@ -957,6 +961,8 @@ struct omap_mpu_state_s { struct omap_mcspi_s *mcspi[2]; struct omap_dss_s *dss; + + struct omap_eac_s *eac; }; /* omap1.c */ |