aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h
blob: c0b936481da03bbabb54edb167a454a688d829dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* driver/input/touchscreen/s5pc210_ts_gpio_i2c.h
 *
 * Copyright (c) 2011 Samsung Electronics Co., LTD.
 *	http://www.samsung.com
 *
 * S5PC210 10.1" Touchscreen gpio i2c information
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/

#ifndef	_S5PV310_TS_GPIO_I2C_H_
#define	_S5PV310_TS_GPIO_I2C_H_

extern int s5pv310_ts_write(unsigned char addr, unsigned char *wdata,
				unsigned char wsize);
extern int s5pv310_ts_read(unsigned char *rdata, unsigned char rsize);
extern void s5pv310_ts_port_init(void);

#endif	/*_S5PV310_TS_GPIO_I2C_H_*/