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

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

View file

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