From 783ea08837dbfe74d63c9feabd6b07e58c936c35 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Sat, 16 Aug 2008 14:12:56 +0000 Subject: [PATCH] Added CLUSTER_ROOT definition --- source/file_allocation_table.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/file_allocation_table.h b/source/file_allocation_table.h index a9af1b2..eb17b69 100644 --- a/source/file_allocation_table.h +++ b/source/file_allocation_table.h @@ -34,6 +34,9 @@ 2007-10-25 - Chishm * Use CLUSTER_ERROR when an error occurs with the FAT, not CLUSTER_FREE + + 2008-08-17 - Chishm + * Added CLUSTER_ROOT definition */ #ifndef _FAT_H @@ -45,6 +48,7 @@ #define CLUSTER_EOF_16 0xFFFF #define CLUSTER_EOF 0x0FFFFFFF #define CLUSTER_FREE 0x00000000 +#define CLUSTER_ROOT 0x00000000 #define CLUSTER_FIRST 0x00000002 #define CLUSTER_ERROR 0xFFFFFFFF