From f9d43072e25715911b3ef7594132e4f87ead8ba0 Mon Sep 17 00:00:00 2001 From: balrog Date: Tue, 20 Nov 2007 11:15:27 +0000 Subject: OMAP LPGs (LED pulse generators). OMAP MPUI bridge config register. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3710 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/omap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index e58fb3c24..7d189d606 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -508,6 +508,9 @@ struct omap_mcbsp_s *omap_mcbsp_init(target_phys_addr_t base, qemu_irq *irq, qemu_irq *dma, omap_clk clk); void omap_mcbsp_i2s_attach(struct omap_mcbsp_s *s, struct i2s_codec_s *slave); +struct omap_lpg_s; +struct omap_lpg_s *omap_lpg_init(target_phys_addr_t base, omap_clk clk); + /* omap_lcdc.c */ struct omap_lcd_panel_s; void omap_lcdc_reset(struct omap_lcd_panel_s *s); @@ -598,6 +601,8 @@ struct omap_mpu_state_s { struct omap_mcbsp_s *mcbsp2; + struct omap_lpg_s *led[2]; + /* MPU private TIPB peripherals */ struct omap_intr_handler_s *ih[2]; -- cgit v1.2.3