diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:29:30 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:29:30 +0000 |
| commit | 393f427a112687aa3d17b4fd33dfe402ef11f3c5 (patch) | |
| tree | 64d3bd99375de9798609104380919250a40d2eb3 | |
| parent | db7bce570d938f7a3ecccc79e3f5ce659a2cc895 (diff) | |
| download | rockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.zip rockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.tar.gz rockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.tar.bz2 rockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.tar.xz | |
dbg_hw_info(): remove duplicate prototypes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31560 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/target/arm/as3525/debug-target.h | 2 | ||||
| -rw-r--r-- | firmware/target/arm/at91sam/lyre_proto1/debug-target.h | 25 | ||||
| -rw-r--r-- | firmware/target/arm/imx233/debug-target.h | 1 | ||||
| -rw-r--r-- | firmware/target/arm/imx31/debug-target.h | 1 | ||||
| -rw-r--r-- | firmware/target/arm/pp/debug-target.h | 1 | ||||
| -rw-r--r-- | firmware/target/arm/rk27xx/debug-target.h | 4 | ||||
| -rw-r--r-- | firmware/target/arm/s3c2440/debug-target.h | 3 | ||||
| -rw-r--r-- | firmware/target/arm/s5l8700/debug-target.h | 5 | ||||
| -rw-r--r-- | firmware/target/arm/s5l8702/debug-target.h | 5 | ||||
| -rw-r--r-- | firmware/target/arm/tcc77x/debug-target.h | 23 | ||||
| -rw-r--r-- | firmware/target/arm/tcc780x/debug-target.h | 23 | ||||
| -rw-r--r-- | firmware/target/arm/tms320dm320/debug-target.h | 22 | ||||
| -rw-r--r-- | firmware/target/coldfire/debug-target.h | 1 | ||||
| -rw-r--r-- | firmware/target/mips/ingenic_jz47xx/debug-target.h | 27 | ||||
| -rw-r--r-- | firmware/target/sh/debug-target.h | 1 |
15 files changed, 0 insertions, 144 deletions
diff --git a/firmware/target/arm/as3525/debug-target.h b/firmware/target/arm/as3525/debug-target.h index 8d533aa..a86c6f2 100644 --- a/firmware/target/arm/as3525/debug-target.h +++ b/firmware/target/arm/as3525/debug-target.h @@ -21,8 +21,6 @@ #ifndef _DEBUG_TARGET_H_ #define _DEBUG_TARGET_H_ -#include <stdbool.h> #define DEBUG_CANCEL BUTTON_LEFT -bool dbg_hw_info(void); #endif diff --git a/firmware/target/arm/at91sam/lyre_proto1/debug-target.h b/firmware/target/arm/at91sam/lyre_proto1/debug-target.h index 946215b..e69de29 100644 --- a/firmware/target/arm/at91sam/lyre_proto1/debug-target.h +++ b/firmware/target/arm/at91sam/lyre_proto1/debug-target.h @@ -1,25 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * - * - * Copyright (C) 2009 by Jorge Pinto - * - * 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. - * - ****************************************************************************/ - -#include <stdbool.h> - -bool dbg_hw_info(void); - diff --git a/firmware/target/arm/imx233/debug-target.h b/firmware/target/arm/imx233/debug-target.h index 28a4c8d..c448976 100644 --- a/firmware/target/arm/imx233/debug-target.h +++ b/firmware/target/arm/imx233/debug-target.h @@ -24,6 +24,5 @@ #define DEBUG_CANCEL BUTTON_BACK bool dbg_hw_target_info(void); -bool dbg_hw_info(void); #endif /* DEBUG_TARGET_H */ diff --git a/firmware/target/arm/imx31/debug-target.h b/firmware/target/arm/imx31/debug-target.h index 06b1af3..cddafa8 100644 --- a/firmware/target/arm/imx31/debug-target.h +++ b/firmware/target/arm/imx31/debug-target.h @@ -22,7 +22,6 @@ #define DEBUG_TARGET_H #define DEBUG_CANCEL BUTTON_BACK -bool dbg_hw_info(void); bool __dbg_dvfs_dptc(void); #endif /* DEBUG_TARGET_H */ diff --git a/firmware/target/arm/pp/debug-target.h b/firmware/target/arm/pp/debug-target.h index f60de4d..d6bf53d 100644 --- a/firmware/target/arm/pp/debug-target.h +++ b/firmware/target/arm/pp/debug-target.h @@ -44,4 +44,3 @@ #elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) # define DEBUG_CANCEL BUTTON_CANCEL #endif -bool dbg_hw_info(void); diff --git a/firmware/target/arm/rk27xx/debug-target.h b/firmware/target/arm/rk27xx/debug-target.h index 42afc99..3806014 100644 --- a/firmware/target/arm/rk27xx/debug-target.h +++ b/firmware/target/arm/rk27xx/debug-target.h @@ -22,15 +22,11 @@ #ifndef _DEBUG_TARGET_H_ #define _DEBUG_TARGET_H_ -#include <stdbool.h> - #ifdef RK27_GENERIC #define DEBUG_CANCEL BUTTON_VOL #elif defined(HM60X) || defined(HM801) #define DEBUG_CANCEL BUTTON_LEFT #endif -bool dbg_hw_info(void); - #endif /* _DEBUG_TARGET_H_ */ diff --git a/firmware/target/arm/s3c2440/debug-target.h b/firmware/target/arm/s3c2440/debug-target.h index 72b0b25..df0097f 100644 --- a/firmware/target/arm/s3c2440/debug-target.h +++ b/firmware/target/arm/s3c2440/debug-target.h @@ -24,6 +24,3 @@ #elif defined(MINI2440) #define DEBUG_CANCEL BUTTON_MENU #endif - -bool dbg_hw_info(void); - diff --git a/firmware/target/arm/s5l8700/debug-target.h b/firmware/target/arm/s5l8700/debug-target.h index 0d32095..9023780 100644 --- a/firmware/target/arm/s5l8700/debug-target.h +++ b/firmware/target/arm/s5l8700/debug-target.h @@ -22,11 +22,6 @@ #ifndef _DEBUG_TARGET_H_ #define _DEBUG_TARGET_H_ -#include <stdbool.h> - #define DEBUG_CANCEL BUTTON_MENU -bool dbg_hw_info(void); - #endif /* _DEBUG_TARGET_H_ */ - diff --git a/firmware/target/arm/s5l8702/debug-target.h b/firmware/target/arm/s5l8702/debug-target.h index b5c1511..2d1b1cc 100644 --- a/firmware/target/arm/s5l8702/debug-target.h +++ b/firmware/target/arm/s5l8702/debug-target.h @@ -22,11 +22,6 @@ #ifndef _DEBUG_TARGET_H_ #define _DEBUG_TARGET_H_ -#include <stdbool.h> - #define DEBUG_CANCEL BUTTON_MENU -bool dbg_hw_info(void); - #endif /* _DEBUG_TARGET_H_ */ - diff --git a/firmware/target/arm/tcc77x/debug-target.h b/firmware/target/arm/tcc77x/debug-target.h index 38881ec..e69de29 100644 --- a/firmware/target/arm/tcc77x/debug-target.h +++ b/firmware/target/arm/tcc77x/debug-target.h @@ -1,23 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2007 by Karl Kurbjun - * - * 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. - * - ****************************************************************************/ - -bool dbg_hw_info(void); - diff --git a/firmware/target/arm/tcc780x/debug-target.h b/firmware/target/arm/tcc780x/debug-target.h index 38881ec..e69de29 100644 --- a/firmware/target/arm/tcc780x/debug-target.h +++ b/firmware/target/arm/tcc780x/debug-target.h @@ -1,23 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2007 by Karl Kurbjun - * - * 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. - * - ****************************************************************************/ - -bool dbg_hw_info(void); - diff --git a/firmware/target/arm/tms320dm320/debug-target.h b/firmware/target/arm/tms320dm320/debug-target.h index f634082..e69de29 100644 --- a/firmware/target/arm/tms320dm320/debug-target.h +++ b/firmware/target/arm/tms320dm320/debug-target.h @@ -1,22 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2007 by Karl Kurbjun - * - * 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. - * - ****************************************************************************/ - -bool dbg_hw_info(void); diff --git a/firmware/target/coldfire/debug-target.h b/firmware/target/coldfire/debug-target.h index b5b81f7..8717532 100644 --- a/firmware/target/coldfire/debug-target.h +++ b/firmware/target/coldfire/debug-target.h @@ -32,4 +32,3 @@ (CONFIG_KEYPAD == MPIO_HD300_PAD) # define DEBUG_CANCEL BUTTON_REC #endif -bool dbg_hw_info(void); diff --git a/firmware/target/mips/ingenic_jz47xx/debug-target.h b/firmware/target/mips/ingenic_jz47xx/debug-target.h index 4709bd3..e69de29 100644 --- a/firmware/target/mips/ingenic_jz47xx/debug-target.h +++ b/firmware/target/mips/ingenic_jz47xx/debug-target.h @@ -1,27 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2009 by Maurus Cuelenaere - * - * 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. - * - ****************************************************************************/ - -#ifndef __DEBUG_TARGET_H_ -#define __DEBUG_TARGET_H_ - -bool dbg_hw_info(void); - -#endif /* __DEBUG_TARGET_H_ */ diff --git a/firmware/target/sh/debug-target.h b/firmware/target/sh/debug-target.h index 6f46a1f..962d6d8 100644 --- a/firmware/target/sh/debug-target.h +++ b/firmware/target/sh/debug-target.h @@ -24,4 +24,3 @@ #elif CONFIG_KEYPAD == ONDIO_PAD # define DEBUG_CANCEL BUTTON_MENU #endif -bool dbg_hw_info(void); |