1
0
Fork 0
forked from len0rd/rockbox

dbg_ports(): remove duplicate prototype

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-04 05:21:52 +00:00
parent ec398340cd
commit b959497670
22 changed files with 6 additions and 19 deletions

View file

@ -25,5 +25,4 @@
#define DEBUG_CANCEL BUTTON_LEFT #define DEBUG_CANCEL BUTTON_LEFT
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);
#endif #endif

View file

@ -19,9 +19,8 @@
* *
****************************************************************************/ ****************************************************************************/
#include "at91sam9260.h"
#include <stdbool.h> #include <stdbool.h>
#include "debug-target.h" #include "system.h"
bool dbg_ports(void) bool dbg_ports(void)
{ {

View file

@ -21,6 +21,5 @@
#include <stdbool.h> #include <stdbool.h>
bool dbg_ports(void);
bool dbg_hw_info(void); bool dbg_hw_info(void);

View file

@ -25,6 +25,5 @@
bool dbg_hw_target_info(void); bool dbg_hw_target_info(void);
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);
#endif /* DEBUG_TARGET_H */ #endif /* DEBUG_TARGET_H */

View file

@ -23,7 +23,6 @@
#define DEBUG_CANCEL BUTTON_BACK #define DEBUG_CANCEL BUTTON_BACK
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);
bool __dbg_dvfs_dptc(void); bool __dbg_dvfs_dptc(void);
#endif /* DEBUG_TARGET_H */ #endif /* DEBUG_TARGET_H */

View file

@ -1,4 +1,4 @@
/* just empty stub */ #include <stdbool.h>
bool dbg_ports() bool dbg_ports()
{ {
return false; return false;

View file

@ -21,4 +21,3 @@
#if CONFIG_KEYPAD == IRIVER_IFP7XX_PAD #if CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
# define DEBUG_CANCEL BUTTON_PLAY # define DEBUG_CANCEL BUTTON_PLAY
#endif /* key definitions */ #endif /* key definitions */
bool dbg_ports(void);

View file

@ -44,5 +44,4 @@
#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) #elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
# define DEBUG_CANCEL BUTTON_CANCEL # define DEBUG_CANCEL BUTTON_CANCEL
#endif #endif
bool dbg_ports(void);
bool dbg_hw_info(void); bool dbg_hw_info(void);

View file

@ -21,6 +21,7 @@
#include <stdbool.h> #include <stdbool.h>
#include "config.h" #include "config.h"
#include "system.h"
#include "kernel.h" #include "kernel.h"
#include "debug-target.h" #include "debug-target.h"
#include "button.h" #include "button.h"

View file

@ -31,7 +31,6 @@
#endif #endif
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);
#endif /* _DEBUG_TARGET_H_ */ #endif /* _DEBUG_TARGET_H_ */

View file

@ -26,5 +26,4 @@
#endif #endif
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);

View file

@ -21,6 +21,7 @@
#include <stdbool.h> #include <stdbool.h>
#include "config.h" #include "config.h"
#include "system.h"
#include "kernel.h" #include "kernel.h"
#include "debug-target.h" #include "debug-target.h"
#include "button.h" #include "button.h"

View file

@ -27,7 +27,6 @@
#define DEBUG_CANCEL BUTTON_MENU #define DEBUG_CANCEL BUTTON_MENU
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);
#endif /* _DEBUG_TARGET_H_ */ #endif /* _DEBUG_TARGET_H_ */

View file

@ -20,6 +20,7 @@
****************************************************************************/ ****************************************************************************/
#include <stdbool.h> #include <stdbool.h>
#include "system.h"
#include "config.h" #include "config.h"
#include "kernel.h" #include "kernel.h"
#include "debug-target.h" #include "debug-target.h"

View file

@ -27,7 +27,6 @@
#define DEBUG_CANCEL BUTTON_MENU #define DEBUG_CANCEL BUTTON_MENU
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);
#endif /* _DEBUG_TARGET_H_ */ #endif /* _DEBUG_TARGET_H_ */

View file

@ -20,5 +20,4 @@
****************************************************************************/ ****************************************************************************/
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);

View file

@ -20,5 +20,4 @@
****************************************************************************/ ****************************************************************************/
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);

View file

@ -20,4 +20,3 @@
****************************************************************************/ ****************************************************************************/
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);

View file

@ -32,5 +32,4 @@
(CONFIG_KEYPAD == MPIO_HD300_PAD) (CONFIG_KEYPAD == MPIO_HD300_PAD)
# define DEBUG_CANCEL BUTTON_REC # define DEBUG_CANCEL BUTTON_REC
#endif #endif
bool dbg_ports(void);
bool dbg_hw_info(void); bool dbg_hw_info(void);

View file

@ -20,6 +20,7 @@
****************************************************************************/ ****************************************************************************/
#include "config.h" #include "config.h"
#include "system.h"
#include "jz4740.h" #include "jz4740.h"
#include "debug-target.h" #include "debug-target.h"
#include <stdarg.h> #include <stdarg.h>

View file

@ -23,6 +23,5 @@
#define __DEBUG_TARGET_H_ #define __DEBUG_TARGET_H_
bool dbg_hw_info(void); bool dbg_hw_info(void);
bool dbg_ports(void);
#endif /* __DEBUG_TARGET_H_ */ #endif /* __DEBUG_TARGET_H_ */

View file

@ -24,5 +24,4 @@
#elif CONFIG_KEYPAD == ONDIO_PAD #elif CONFIG_KEYPAD == ONDIO_PAD
# define DEBUG_CANCEL BUTTON_MENU # define DEBUG_CANCEL BUTTON_MENU
#endif #endif
bool dbg_ports(void);
bool dbg_hw_info(void); bool dbg_hw_info(void);