diff options
Diffstat (limited to 'include/fat.h')
-rw-r--r-- | include/fat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fat.h b/include/fat.h index 8fffb42..13910f9 100644 --- a/include/fat.h +++ b/include/fat.h @@ -67,6 +67,10 @@ #define DELETED_FLAG ((char)0xe5) /* Marks deleted files when in name[0] */ #define aRING 0x05 /* Used to represent 'å' in name[0] */ +/* Indicates that the entry is the last long entry in a set of long + * dir entries + */ +#define LAST_LONG_ENTRY_MASK 0x40 /* Flags telling whether we should read a file or list a directory */ #define LS_NO 0 |