]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/pwm_backlight.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh...
[linux-2.6-omap-h63xx.git] / include / linux / pwm_backlight.h
index aeeffedbe8224d8afbaffd792d11e7e31a23d215..7a9754c96775091d1ac9ef9c002682e29c38ca88 100644 (file)
@@ -9,6 +9,9 @@ struct platform_pwm_backlight_data {
        unsigned int max_brightness;
        unsigned int dft_brightness;
        unsigned int pwm_period_ns;
+       int (*init)(struct device *dev);
+       int (*notify)(int brightness);
+       void (*exit)(struct device *dev);
 };
 
 #endif