imx233: move dbg function declaration to system-target.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-04 06:37:25 +00:00
parent 606155cd20
commit d1dd88eb45
4 changed files with 2 additions and 28 deletions

View file

@ -117,4 +117,6 @@ static inline void mdelay(unsigned msecs)
void usb_insert_int(void);
void usb_remove_int(void);
bool dbg_hw_target_info(void);
#endif /* SYSTEM_TARGET_H */