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:
parent
fb37391ea6
commit
af5d679e18
2 changed files with 1 additions and 2 deletions
|
@ -99,8 +99,6 @@
|
|||
# error "Length of cookie verify in fs_dirent_s is incorrect"
|
||||
#endif
|
||||
|
||||
#define CH_STAT_SIZE (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue