summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2009-10-27 20:25:40 +0000
committerDominik Wenger <domonoky@googlemail.com>2009-10-27 20:25:40 +0000
commit04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b (patch)
tree0b3b501a59d9a774019d277b0947ee4194de0af4 /apps
parent6f9724706f4df78a91f3bf9a10b50be109aac996 (diff)
downloadrockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.zip
rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.tar.gz
rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.tar.bz2
rockbox-04ebf48fe4cb7bdd4d125e9e5f2507d03ede6a5b.tar.xz
Initial touchscreen support for mini2440. Based on D2 touchscreen driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-mini2440.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-mini2440.c b/apps/keymaps/keymap-mini2440.c
index 4291bdf..c53b9ae 100644
--- a/apps/keymaps/keymap-mini2440.c
+++ b/apps/keymaps/keymap-mini2440.c
@@ -337,7 +337,7 @@ static const struct button_mapping* get_context_mapping_remote( int context )
}
#endif
-const struct button_mapping* get_context_mapping(int context)
+const struct button_mapping* target_get_context_mapping(int context)
{
#ifdef HAVE_MINI2440_REMOTE
if (context&CONTEXT_REMOTE)