summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/tegra_pwm_bl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tegra_pwm_bl.h b/include/linux/tegra_pwm_bl.h
index 4eac77b04203..ee924842bf84 100644
--- a/include/linux/tegra_pwm_bl.h
+++ b/include/linux/tegra_pwm_bl.h
@@ -15,6 +15,8 @@
struct platform_tegra_pwm_backlight_data {
int which_dc;
int which_pwm;
+ void (*switch_to_sfio)(int);
+ int gpio_conf_to_sfio;
unsigned int dft_brightness;
unsigned int max_brightness;
unsigned int period;