aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/s5pc210_ts_sysfs.h
diff options
context:
space:
mode:
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_ */