aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/leds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/leds.h')
-rw-r--r--include/linux/leds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h
index b07e3d400bd6..c195a674b6ca 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -126,6 +126,9 @@ struct gpio_led {
126struct gpio_led_platform_data { 126struct gpio_led_platform_data {
127 int num_leds; 127 int num_leds;
128 struct gpio_led *leds; 128 struct gpio_led *leds;
129 int (*gpio_blink_set)(unsigned gpio,
130 unsigned long *delay_on,
131 unsigned long *delay_off);
129}; 132};
130 133
131 134