summaryrefslogtreecommitdiff
path: root/include/linux/input/fusion_F0710A.h
blob: 7d152cbdd06e0e7cbf39d1555de67d16abb7a5b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* linux/input/fusion_F0710A.h
 *
 * Platform data for Fusion F0710A driver
 *
 * Copyright (c) 2013 Toradex AG (stefan.agner@toradex.ch)
 *
 *  For licencing details see kernel-base/COPYING
 */

#ifndef __LINUX_I2C_FUSION_F0710A_H
#define __LINUX_I2C_FUSION_F0710A_H

/* Board specific touch screen initial values */
struct fusion_f0710a_init_data {
	int	(*pinmux_fusion_pins)(void);
	int	gpio_int;
	int	gpio_reset;
};

#endif /*  __LINUX_I2C_FUSION_F0710A_H */