summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/msg2233/mstar_drv_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/msg2233/mstar_drv_extern.h')
-rwxr-xr-xdrivers/input/touchscreen/msg2233/mstar_drv_extern.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/msg2233/mstar_drv_extern.h b/drivers/input/touchscreen/msg2233/mstar_drv_extern.h
new file mode 100755
index 00000000..f184c144
--- /dev/null
+++ b/drivers/input/touchscreen/msg2233/mstar_drv_extern.h
@@ -0,0 +1,46 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+// Copyright (c) 2006-2014 MStar Semiconductor, Inc.
+// All rights reserved.
+//
+// Unless otherwise stipulated in writing, any and all information contained
+// herein regardless in any format shall remain the sole proprietary of
+// MStar Semiconductor Inc. and be kept in strict confidence
+// (??MStar Confidential Information??) by the recipient.
+// Any unauthorized act including without limitation unauthorized disclosure,
+// copying, use, reproduction, sale, distribution, modification, disassembling,
+// reverse engineering and compiling of the contents of MStar Confidential
+// Information is unlawful and strictly prohibited. MStar hereby reserves the
+// rights to any and all damages, losses, costs and expenses resulting therefrom.
+//
+////////////////////////////////////////////////////////////////////////////////
+
+/**
+ *
+ * @file mstar_drv_extern.h
+ *
+ * @brief This file defines the interface of touch screen
+ *
+ *
+ */
+
+#ifndef __MSTAR_DRV_EXTERN_H__
+#define __MSTAR_DRV_EXTERN_H__
+
+
+/*--------------------------------------------------------------------------*/
+/* INCLUDE FILE */
+/*--------------------------------------------------------------------------*/
+
+//#include "mstar_drv_common.h"
+
+/*=============================================================*/
+// EXTERN FUNCTION DECLARATION
+/*=============================================================*/
+
+//#ifdef CONFIG_ENABLE_CHARGER_DETECTION
+extern void DrvFwCtrlChargerDetection(u8 nChargerStatus);
+//#endif //CONFIG_ENABLE_CHARGER_DETECTION
+
+
+#endif /* __MSTAR_DRV_EXTERN_H__ */