Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lfs.h
diff options
context:
space:
mode:
authorAr2rL <lal@interia.pl>2019-07-21 12:34:14 +0300
committerAr2rL <lal@interia.pl>2019-07-21 12:34:14 +0300
commitdf2e676562aec4db2f979da1ecc8b9e3bcc2ea44 (patch)
tree4f80e41ec8733f66e02b8902fdda8bbadaa17fd3 /lfs.h
parentabd90cb84c818a663b584575b019258d01d0065e (diff)
Add necessary flag to mark file as being opened.
Diffstat (limited to 'lfs.h')
-rw-r--r--lfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lfs.h b/lfs.h
index c78b3d6..9577a17 100644
--- a/lfs.h
+++ b/lfs.h
@@ -136,6 +136,7 @@ enum lfs_open_flags {
LFS_F_READING = 0x040000, // File has been read since last flush
LFS_F_ERRED = 0x080000, // An error occured during write
LFS_F_INLINE = 0x100000, // Currently inlined in directory entry
+ LFS_F_OPENED = 0x200000, // File has been opened
};
// File seek flags