diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:21:52 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:21:52 +0000 |
| commit | b9594976701accc895d22f0ace0e4397bade0f4c (patch) | |
| tree | 77d65cc4c7f442ccc2a39f8097f540c4be8fc08f /firmware/target/mips | |
| parent | ec398340cd9ebe2dea4181665afa1fd7419bc2d3 (diff) | |
| download | rockbox-b9594976701accc895d22f0ace0e4397bade0f4c.zip rockbox-b9594976701accc895d22f0ace0e4397bade0f4c.tar.gz rockbox-b9594976701accc895d22f0ace0e4397bade0f4c.tar.bz2 rockbox-b9594976701accc895d22f0ace0e4397bade0f4c.tar.xz | |
dbg_ports(): remove duplicate prototype
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31558 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/mips')
| -rw-r--r-- | firmware/target/mips/ingenic_jz47xx/debug-jz4740.c | 1 | ||||
| -rw-r--r-- | firmware/target/mips/ingenic_jz47xx/debug-target.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c b/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c index d717056..5e06459 100644 --- a/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c +++ b/firmware/target/mips/ingenic_jz47xx/debug-jz4740.c @@ -20,6 +20,7 @@ ****************************************************************************/ #include "config.h" +#include "system.h" #include "jz4740.h" #include "debug-target.h" #include <stdarg.h> diff --git a/firmware/target/mips/ingenic_jz47xx/debug-target.h b/firmware/target/mips/ingenic_jz47xx/debug-target.h index f51c5bf..4709bd3 100644 --- a/firmware/target/mips/ingenic_jz47xx/debug-target.h +++ b/firmware/target/mips/ingenic_jz47xx/debug-target.h @@ -23,6 +23,5 @@ #define __DEBUG_TARGET_H_ bool dbg_hw_info(void); -bool dbg_ports(void); #endif /* __DEBUG_TARGET_H_ */ |