summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-11 00:05:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-11 00:05:25 +0000
commita280d993608d0c40ad0b4efc8adcbf72f67d53a4 (patch)
tree0c718467856492451acfb8af51db3d59abad08fb /apps/examples
parent68f3044b5099572850a9e81a1c63161c20809547 (diff)
downloadpx4-nuttx-a280d993608d0c40ad0b4efc8adcbf72f67d53a4.tar.gz
px4-nuttx-a280d993608d0c40ad0b4efc8adcbf72f67d53a4.tar.bz2
px4-nuttx-a280d993608d0c40ad0b4efc8adcbf72f67d53a4.zip
NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen initialization interfaces for all boards
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-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 */