aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio-w2sg0004.h
blob: f8b56bfe70a6f5c9972bf75fd031f2c128224774 (plain)
1
2
3
4
5
6
7
8
9
10

/* Virtual gpio to allow ON/OFF control of w2sg0004 GPS receiver. */

struct gpio_w2sg_data {
	int	ctrl_gpio;
	int	on_off_gpio;
	int	rx_gpio;
	short	on_state;  /* Mux state when GPS is on */
	short	off_state; /* Mux state when GPS is off */
};