97341df23f70f2bd7deeccc5dcdceba542c270ee
[kernel/linux-3.0.git] / arch / arm / mach-exynos / include / mach / board-melfas.h
1 /*
2  * linux/arch/arm/mach-exynos/include/mach/board-melfas.h
3  *
4  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10
11 #ifndef __BOARD_MELFAS_H
12 #define __BOARD_MELFAS_H __FILE__
13
14 #ifdef CONFIG_TOUCHSCREEN_MELFAS_MMS
15 #include <linux/melfas_mms_ts.h>
16 #endif
17 #define TSP_POSITION_ROTATED 1
18 #define TSP_POSITION_DEFAULT 0
19
20 void melfas_tsp_init(void);
21 void melfas_tsp_set_platdata(bool rotate);
22 void tsp_charger_infom(bool en);
23 #endif /* __BOARD_MELFAS_H */
24