aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/naples-tsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/naples-tsp.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/naples-tsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/naples-tsp.h b/arch/arm/mach-exynos/include/mach/naples-tsp.h
new file mode 100644
index 0000000..f3fa320
--- /dev/null
+++ b/arch/arm/mach-exynos/include/mach/naples-tsp.h
@@ -0,0 +1,20 @@
+/*
+ * linux/arch/arm/mach-exynos/include/mach/naples-tsp.h
+ *
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd.
+ *
+ * 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 __NAPLES_TSP_H
+#define __NAPLES_TSP_H __FILE__
+#ifdef CONFIG_TOUCHSCREEN_ATMEL_MXT224
+#include <linux/i2c/mxt224.h>
+#endif
+extern bool is_cable_attached;
+void naples_tsp_init(void);
+void tsp_charger_infom(bool en);
+
+#endif /* __MIDAS_TSP_H */