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 --- firmware/common/disk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/common/disk.h') diff --git a/firmware/common/disk.h b/firmware/common/disk.h index 2d97e43..865b7bb 100644 --- a/firmware/common/disk.h +++ b/firmware/common/disk.h @@ -30,5 +30,6 @@ struct partinfo { /* returns a pointer to an array of 8 partinfo structs */ struct partinfo* disk_init(void); +struct partinfo* disk_partinfo(int partition); #endif -- cgit v1.1