Btrfs: release space on error in page_mkwrite
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / video / omap-panel-n8x0.h
blob50a1302e2cfd7b59a23689a1e1ba6f35c7be28a0
1 #ifndef __OMAP_PANEL_N8X0_H
2 #define __OMAP_PANEL_N8X0_H
4 struct omap_dss_device;
6 struct panel_n8x0_data {
7 int (*platform_enable)(struct omap_dss_device *dssdev);
8 void (*platform_disable)(struct omap_dss_device *dssdev);
9 int panel_reset;
10 int ctrl_pwrdown;
12 int (*set_backlight)(struct omap_dss_device *dssdev, int level);
15 #endif