From 4d55c2f4b7c207d32dc0d6fd055627e08f2b0561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Thu, 10 Oct 2002 12:01:58 +0000 Subject: 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 --- apps/debug_menu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/debug_menu.h') 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 -- cgit v1.1