summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-02 15:59:15 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-02 15:59:15 +0000
commitfe0c5b9129a172d598f1f484cf3a724bfd125568 (patch)
tree9100662a002a8606b246ae5f21c86bf4a91f51fb
parent2ced9de17bf6a5603039c80ce242f39ffe68acfe (diff)
downloadrockbox-fe0c5b9129a172d598f1f484cf3a724bfd125568.tar.gz
rockbox-fe0c5b9129a172d598f1f484cf3a724bfd125568.zip
debug_ports()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1303 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/debug.h b/firmware/debug.h
index 876b8511a6..2f984ee55e 100644
--- a/firmware/debug.h
+++ b/firmware/debug.h
@@ -21,6 +21,9 @@
21 21
22extern void debug_init(void); 22extern void debug_init(void);
23extern void debugf(char* fmt,...); 23extern void debugf(char* fmt,...);
24#ifndef SIMULATOR
25extern void dbg_ports(void);
26#endif
24 27
25#ifdef __GNUC__ 28#ifdef __GNUC__
26 29