summaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-07-18 07:50:20 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-07-18 07:50:20 +0000
commit99570a40ebec445ad05dd586b73c6117540f0450 (patch)
tree23045ecd83daaf6819545ffab235d57064a9a330 /hw/omap.h
parentdcf414d638254dd6201e3adc74b535b060894d53 (diff)
downloadqemu-99570a40ebec445ad05dd586b73c6117540f0450.tar.gz
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index b3d0900084..7270e202b6 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -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 */