diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/corgi_lcd.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/linux/spi/corgi_lcd.h b/include/linux/spi/corgi_lcd.h new file mode 100644 index 000000000000..3c53ac26c8d1 --- /dev/null +++ b/include/linux/spi/corgi_lcd.h | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #ifndef __LINUX_SPI_CORGI_LCD_H | ||
| 2 | #define __LINUX_SPI_CORGI_LCD_H | ||
| 3 | |||
| 4 | #define CORGI_LCD_MODE_QVGA 1 | ||
| 5 | #define CORGI_LCD_MODE_VGA 2 | ||
| 6 | |||
| 7 | struct corgi_lcd_platform_data { | ||
| 8 | int init_mode; | ||
| 9 | int max_intensity; | ||
| 10 | int default_intensity; | ||
| 11 | |||
| 12 | void (*notify)(int intensity); | ||
| 13 | void (*kick_battery)(void); | ||
| 14 | }; | ||
| 15 | |||
| 16 | #endif /* __LINUX_SPI_CORGI_LCD_H */ | ||
