diff --git a/include/fs/fs.h b/include/fs/fs.h index 51baea559a2..b0dd027e6aa 100644 --- a/include/fs/fs.h +++ b/include/fs/fs.h @@ -77,6 +77,13 @@ enum { #define FS_MOUNT_FLAG_NO_FORMAT BIT(0) /** Flag makes mounted file system read-only */ #define FS_MOUNT_FLAG_READ_ONLY BIT(1) +/** Flag used in pre-defined mount structures that are to be mounted + * on startup. + * + * This flag has no impact in user-defined mount structures. + */ +#define FS_MOUNT_FLAG_AUTOMOUNT BIT(2) + /** * @brief File system mount info structure