]> Git Repo - linux.git/blob - include/linux/pps-gpio.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
[linux.git] / include / linux / pps-gpio.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * pps-gpio.h -- PPS client for GPIOs
4  *
5  * Copyright (C) 2011 James Nuss <[email protected]>
6  */
7
8 #ifndef _PPS_GPIO_H
9 #define _PPS_GPIO_H
10
11 struct pps_gpio_platform_data {
12         struct gpio_desc *gpio_pin;
13         struct gpio_desc *echo_pin;
14         bool assert_falling_edge;
15         bool capture_clear;
16         unsigned int echo_active_ms;
17 };
18
19 #endif /* _PPS_GPIO_H */
This page took 0.033883 seconds and 4 git commands to generate.