summaryrefslogtreecommitdiffstats
path: root/include/file-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/file-list.h')
-rw-r--r--include/file-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/file-list.h b/include/file-list.h
index af0dd7bbf1..2b2003971f 100644
--- a/include/file-list.h
+++ b/include/file-list.h
@@ -8,6 +8,7 @@
#define FILE_LIST_FLAG_READBACK (1 << 1)
#define FILE_LIST_FLAG_CREATE (1 << 2)
#define FILE_LIST_FLAG_UBI (1 << 3)
+#define FILE_LIST_FLAG_OPTIONAL (1 << 4)
struct file_list_entry {
char *name;