debug_ports()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1303 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ced9de17b
commit
fe0c5b9129
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
|
||||
extern void debug_init(void);
|
||||
extern void debugf(char* fmt,...);
|
||||
#ifndef SIMULATOR
|
||||
extern void dbg_ports(void);
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
|
|
Loading…
Reference in a new issue