1
0
Fork 0
forked from nuttx/nuttx-update

fs.h:Added definition CH_STAT_SIZE

Define a CH_STAT_SIZE in fs.h

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
chenrun1 2024-06-13 17:21:35 +08:00 committed by Alan Carvalho de Assis
parent fb37391ea6
commit af5d679e18
2 changed files with 1 additions and 2 deletions

View file

@ -99,8 +99,6 @@
# error "Length of cookie verify in fs_dirent_s is incorrect"
#endif
#define CH_STAT_SIZE (1 << 7)
/****************************************************************************
* Private Types
****************************************************************************/

View file

@ -163,6 +163,7 @@
#define CH_STAT_GID (1 << 2)
#define CH_STAT_ATIME (1 << 3)
#define CH_STAT_MTIME (1 << 4)
#define CH_STAT_SIZE (1 << 7)
/****************************************************************************
* Public Type Definitions