aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/s5pc210_ts_sysfs.h
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 13:09:29 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 13:09:29 +0200
commitc6da2cfeb05178a11c6d062a06f8078150ee492f (patch)
treef3b4021d252c52d6463a9b3c1bb7245e399b009c /drivers/input/touchscreen/s5pc210_ts_sysfs.h
parentc6d7c4dbff353eac7919342ae6b3299a378160a6 (diff)
downloadkernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.zip
kernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.tar.gz
kernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.tar.bz2
samsung update 1
Diffstat (limited to 'drivers/input/touchscreen/s5pc210_ts_sysfs.h')
-rw-r--r--drivers/input/touchscreen/s5pc210_ts_sysfs.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/s5pc210_ts_sysfs.h b/drivers/input/touchscreen/s5pc210_ts_sysfs.h
new file mode 100644
index 0000000..1edeee4
--- /dev/null
+++ b/drivers/input/touchscreen/s5pc210_ts_sysfs.h
@@ -0,0 +1,19 @@
+/* driver/input/touchscreen/s5pc210_ts_sysfs.h
+ *
+ * Copyright (c) 2011 Samsung Electronics Co., LTD.
+ * http://www.samsung.com
+ *
+ * S5PC210 10.1" Touchscreen sysfs 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_SYSFS_H_
+#define _S5PV310_TS_SYSFS_H_
+
+extern int s5pv310_ts_sysfs_create(struct platform_device *pdev);
+extern void s5pv310_ts_sysfs_remove(struct platform_device *pdev);
+
+#endif /* _S5PV310_TS_SYSFS_H_ */