Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
corgi_lcd.h
Go to the documentation of this file.
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 
8  int init_mode;
12 
13  int gpio_backlight_on; /* -1 if n/a */
14  int gpio_backlight_cont; /* -1 if n/a */
15 
16  void (*notify)(int intensity);
18 };
19 
20 #endif /* __LINUX_SPI_CORGI_LCD_H */