summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_fat32.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_fat32.h')
-rw-r--r--nuttx/fs/fs_fat32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/fs/fs_fat32.h b/nuttx/fs/fs_fat32.h
index 3368029ba..59588616a 100644
--- a/nuttx/fs/fs_fat32.h
+++ b/nuttx/fs/fs_fat32.h
@@ -196,6 +196,7 @@ struct fat_mountpt_s
struct fat_file_s
{
struct fat_file_s *ff_next; /* File structures are retained in a singly linked list */
+ struct fat_mountpt_s *ff_parent;
boolean ff_open; /* TRUE: The file is (still) open */
};