mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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:
parent
606155cd20
commit
d1dd88eb45
4 changed files with 2 additions and 28 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue