diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:23:24 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:23:24 +0000 |
| commit | a9b997708399263d5a2d1469b4c41f11513f12de (patch) | |
| tree | 6d41266fdecdd6948ae5d20f6d575f742840d171 /firmware/target/arm/debug-target.h | |
| parent | 4ef988bfb469291ce018e7daafb99d41f71c35fc (diff) | |
| download | rockbox-a9b997708399263d5a2d1469b4c41f11513f12de.zip rockbox-a9b997708399263d5a2d1469b4c41f11513f12de.tar.gz rockbox-a9b997708399263d5a2d1469b4c41f11513f12de.tar.bz2 rockbox-a9b997708399263d5a2d1469b4c41f11513f12de.tar.xz | |
Move PP-specific headers to pp/ directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31530 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/debug-target.h')
| -rw-r--r-- | firmware/target/arm/debug-target.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/firmware/target/arm/debug-target.h b/firmware/target/arm/debug-target.h deleted file mode 100644 index b7a1f7e..0000000 --- a/firmware/target/arm/debug-target.h +++ /dev/null @@ -1,48 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2010 by Marcin Bukat - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#if (CONFIG_KEYPAD == IPOD_1G2G_PAD) || \ - (CONFIG_KEYPAD == IPOD_3G_PAD) || \ - (CONFIG_KEYPAD == IPOD_4G_PAD) -# define DEBUG_CANCEL BUTTON_MENU - -#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) -# define DEBUG_CANCEL BUTTON_REW - -#elif (CONFIG_KEYPAD == MROBE100_PAD) -# define DEBUG_CANCEL BUTTON_MENU - -#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ - (CONFIG_KEYPAD == SANSA_C200_PAD) || \ - (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD) -# define DEBUG_CANCEL BUTTON_LEFT - -#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) || \ - (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) -# define DEBUG_CANCEL BUTTON_POWER - -#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD) -# define DEBUG_CANCEL BUTTON_PLAY - -#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) -# define DEBUG_CANCEL BUTTON_CANCEL -#endif -bool dbg_ports(void); -bool dbg_hw_info(void); |