From 7996a3d79d55b7f879dfd62e202bbfe2963718d3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:15:01 +0000 Subject: really properly move files --- libdde-linux26/contrib/include/linux/pwm_backlight.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libdde-linux26/contrib/include/linux/pwm_backlight.h (limited to 'libdde-linux26/contrib/include/linux/pwm_backlight.h') diff --git a/libdde-linux26/contrib/include/linux/pwm_backlight.h b/libdde-linux26/contrib/include/linux/pwm_backlight.h new file mode 100644 index 00000000..7a9754c9 --- /dev/null +++ b/libdde-linux26/contrib/include/linux/pwm_backlight.h @@ -0,0 +1,17 @@ +/* + * Generic PWM backlight driver data - see drivers/video/backlight/pwm_bl.c + */ +#ifndef __LINUX_PWM_BACKLIGHT_H +#define __LINUX_PWM_BACKLIGHT_H + +struct platform_pwm_backlight_data { + int pwm_id; + 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 -- cgit v1.2.3