OMAP: add TI OMAP1 internal LCD controller
- Add Texas Instruments OMAP1 processor series (OMAP1510/1610/1710..) internal LCD controller interface. Signed-off-by: Trilok Soni <soni.trilok@gmail.com> Cc: Tony Lindgren <tony@atomide.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
fe0e3a9df6
commit
569755c706
7
drivers/video/omap/lcdc.h
Normal file
7
drivers/video/omap/lcdc.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef LCDC_H
|
||||
#define LCDC_H
|
||||
|
||||
int omap_lcdc_set_dma_callback(void (*callback)(void *data), void *data);
|
||||
void omap_lcdc_free_dma_callback(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user