From b0617f15c2db44152eb47852df8d5043305f425f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohensohn?= Date: Fri, 1 Oct 2004 19:44:54 +0000 Subject: [PATCH] test code portable now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5146 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/disk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/export/disk.h b/firmware/export/disk.h index 865b7bb4b4..7a9697aa13 100644 --- a/firmware/export/disk.h +++ b/firmware/export/disk.h @@ -27,6 +27,7 @@ struct partinfo { #define PARTITION_TYPE_FAT32 0x0b #define PARTITION_TYPE_FAT32_LBA 0x0c +#define PARTITION_TYPE_FAT16 0x06 /* returns a pointer to an array of 8 partinfo structs */ struct partinfo* disk_init(void);