forked from Minki/linux
0dc5e77c46
Patch from Tony Lindgren Update OMAP framebuffer low-level init code from linux-omap tree by Imre Deak. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
15 lines
232 B
C
15 lines
232 B
C
#ifndef __LCD_LPH8923_H
|
|
#define __LCD_LPH8923_H
|
|
|
|
enum lcd_lph8923_test_num {
|
|
LCD_LPH8923_TEST_RGB_LINES,
|
|
};
|
|
|
|
enum lcd_lph8923_test_result {
|
|
LCD_LPH8923_TEST_SUCCESS,
|
|
LCD_LPH8923_TEST_INVALID,
|
|
LCD_LPH8923_TEST_FAILED,
|
|
};
|
|
|
|
#endif
|