diff options
Diffstat (limited to 'include/linux/pps-gpio.h')
-rw-r--r-- | include/linux/pps-gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pps-gpio.h b/include/linux/pps-gpio.h index f028d2cda6f5..44171e6b7197 100644 --- a/include/linux/pps-gpio.h +++ b/include/linux/pps-gpio.h | |||
@@ -24,8 +24,10 @@ | |||
24 | 24 | ||
25 | struct pps_gpio_platform_data { | 25 | struct pps_gpio_platform_data { |
26 | struct gpio_desc *gpio_pin; | 26 | struct gpio_desc *gpio_pin; |
27 | struct gpio_desc *echo_pin; | ||
27 | bool assert_falling_edge; | 28 | bool assert_falling_edge; |
28 | bool capture_clear; | 29 | bool capture_clear; |
30 | unsigned int echo_active_ms; | ||
29 | }; | 31 | }; |
30 | 32 | ||
31 | #endif /* _PPS_GPIO_H */ | 33 | #endif /* _PPS_GPIO_H */ |