Initial commit
[kernel/linux-3.0.git] / drivers / input / touchscreen / s5pc210_ts_sysfs.h
1 /* driver/input/touchscreen/s5pc210_ts_sysfs.h
2  *
3  * Copyright (c) 2011 Samsung Electronics Co., LTD.
4  *      http://www.samsung.com
5  *
6  * S5PC210 10.1" Touchscreen sysfs information
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #ifndef _S5PV310_TS_SYSFS_H_
14 #define _S5PV310_TS_SYSFS_H_
15
16 extern int s5pv310_ts_sysfs_create(struct platform_device *pdev);
17 extern void s5pv310_ts_sysfs_remove(struct platform_device *pdev);
18
19 #endif  /* _S5PV310_TS_SYSFS_H_ */