Revision f9d43072 hw/omap.h

b/hw/omap.h
508 508
                qemu_irq *irq, qemu_irq *dma, omap_clk clk);
509 509
void omap_mcbsp_i2s_attach(struct omap_mcbsp_s *s, struct i2s_codec_s *slave);
510 510

  
511
struct omap_lpg_s;
512
struct omap_lpg_s *omap_lpg_init(target_phys_addr_t base, omap_clk clk);
513

  
511 514
/* omap_lcdc.c */
512 515
struct omap_lcd_panel_s;
513 516
void omap_lcdc_reset(struct omap_lcd_panel_s *s);
......
598 601

  
599 602
    struct omap_mcbsp_s *mcbsp2;
600 603

  
604
    struct omap_lpg_s *led[2];
605

  
601 606
    /* MPU private TIPB peripherals */
602 607
    struct omap_intr_handler_s *ih[2];
603 608

  

Also available in: Unified diff