summaryrefslogtreecommitdiff
path: root/firmware/target/arm/debug-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/debug-target.h')
-rw-r--r--firmware/target/arm/debug-target.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/firmware/target/arm/debug-target.h b/firmware/target/arm/debug-target.h
deleted file mode 100644
index eced9d5a95..0000000000
--- a/firmware/target/arm/debug-target.h
+++ /dev/null
@@ -1,35 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id: debug-tcc780x.c 16316 2008-02-15 12:37:36Z christian $
9 *
10 * Copyright (C) 2002 Heikki Hannikainen
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19
20/* key definitions */
21#if (CONFIG_KEYPAD == IPOD_1G2G_PAD) || \
22 (CONFIG_KEYPAD == IPOD_3G_PAD) || \
23 (CONFIG_KEYPAD == IPOD_4G_PAD)
24# define DEBUG_CANCEL BUTTON_MENU
25
26#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) || \
27 (CONFIG_KEYPAD == MROBE100_PAD)
28# define DEBUG_CANCEL BUTTON_REW
29
30#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
31 (CONFIG_KEYPAD == SANSA_C200_PAD)
32# define DEBUG_CANCEL BUTTON_LEFT
33#endif
34
35bool __dbg_hw_info(void);