1
0
Fork 0
forked from len0rd/rockbox

Add (some of the) debug menu to sims

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11120 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2006-10-04 07:29:50 +00:00
parent 8428c14687
commit 2c2b50a458
3 changed files with 61 additions and 25 deletions

View file

@ -23,10 +23,10 @@ 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
extern bool dbg_partitions(void);
#endif