block: disable sysfs parts of the disk command filter
[safe/jmp/linux-2.6] / include / linux / pwm_backlight.h
index aeeffed..7a9754c 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