1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * pps-gpio.h -- PPS client for GPIOs
11 struct pps_gpio_platform_data {
12 struct gpio_desc *gpio_pin;
13 struct gpio_desc *echo_pin;
14 bool assert_falling_edge;
16 unsigned int echo_active_ms;
19 #endif /* _PPS_GPIO_H */