summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen/tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/touchscreen/tc.h')
-rw-r--r--apps/examples/touchscreen/tc.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/examples/touchscreen/tc.h b/apps/examples/touchscreen/tc.h
index 173ed491f..f3e6ea634 100644
--- a/apps/examples/touchscreen/tc.h
+++ b/apps/examples/touchscreen/tc.h
@@ -110,28 +110,4 @@
* Public Function Prototypes
****************************************************************************/
-/****************************************************************************
- * Name: arch_tcinitialize()
- *
- * Description:
- * Perform architecuture-specific initialization of the touchscreen
- * hardware. This interface must be provided by all configurations
- * using apps/examples/touchscreen
- *
- ****************************************************************************/
-
-int arch_tcinitialize(int minor);
-
-/****************************************************************************
- * Name: arch_tcuninitialize()
- *
- * Description:
- * Perform architecuture-specific un-initialization of the touchscreen
- * hardware. This interface must be provided by all configurations
- * using apps/examples/touchscreen
- *
- ****************************************************************************/
-
-void arch_tcuninitialize(void);
-
#endif /* __APPS_EXAMPLES_TOUCHSCREEN_TC_H */