diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-10-10 12:01:58 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-10-10 12:01:58 +0000 |
| commit | 4d55c2f4b7c207d32dc0d6fd055627e08f2b0561 (patch) | |
| tree | 8a4caa296047120aec60977ebf76580a68f33e7e /apps/debug_menu.h | |
| parent | 1a7bc7edeff7a8295b0fdd76458d4ca504adcf6c (diff) | |
| download | rockbox-4d55c2f4b7c207d32dc0d6fd055627e08f2b0561.zip rockbox-4d55c2f4b7c207d32dc0d6fd055627e08f2b0561.tar.gz rockbox-4d55c2f4b7c207d32dc0d6fd055627e08f2b0561.tar.bz2 rockbox-4d55c2f4b7c207d32dc0d6fd055627e08f2b0561.tar.xz | |
Partition debug screen added, and jumped to when no fat32 partition is found at boot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2558 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.h')
| -rw-r--r-- | apps/debug_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h index 9b4841f..4b2c193 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -27,5 +27,6 @@ extern bool dbg_ports(void); extern bool dbg_rtc(void); #endif #endif +extern bool dbg_partitions(void); #endif |