From a280d993608d0c40ad0b4efc8adcbf72f67d53a4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 11 May 2012 00:05:25 +0000 Subject: 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 --- apps/ChangeLog.txt | 2 ++ apps/examples/touchscreen/tc.h | 24 ------------------------ 2 files changed, 2 insertions(+), 24 deletions(-) (limited to 'apps') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 9dcb3ad1f..9934e1fe4 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -226,3 +226,5 @@ basis in the ChangeLog) * apps/examples/watchdog: Add a watchdog timer example. * apps/examples/tiff: Fix wrong path used for temporary file. + * apps/examples/touchscreen: Standardize the board-specific, touchscreen + initialization interfaces. 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 */ -- cgit v1.2.3