aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/include/linux/platform_data/gpio-latch.h
blob: 0450e679ec0dda0a4523c787237d9141f28d6ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _GPIO_LATCH_H_
#define _GPIO_LATCH_H_

#define GPIO_LATCH_DRIVER_NAME	"gpio-latch"

struct gpio_latch_platform_data {
	int base;
	int num_gpios;
	int *gpios;
	int le_gpio_index;
	bool le_active_low;
};

#endif /* _GPIO_LATCH_H_ */