More static'ing, and a few fixes resulting from that.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11737 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-12-12 22:22:21 +00:00
parent 819712f118
commit 314f3b58f1
12 changed files with 67 additions and 108 deletions

View file

@ -24,9 +24,6 @@ bool debug_menu(void);
#ifndef SIMULATOR
extern bool dbg_ports(void);
extern bool dbg_partitions(void);
#ifdef CONFIG_RTC
extern bool dbg_rtc(void);
#endif
#endif
#endif