diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-20 11:15:27 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-20 11:15:27 +0000 |
commit | f9d43072e25715911b3ef7594132e4f87ead8ba0 (patch) | |
tree | 87a40305b687e99184aa07d576a6fd5c42d63a19 /hw/omap.h | |
parent | d07b4d0ea72311b619c0f3799d849957446b5761 (diff) |
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
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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]; |