提交 deb22f11 编写于 作者: O openharmony_ci 提交者: Gitee

!30 pagecache优化需求回合到LTS 3.0分支

Merge pull request !30 from LeonChan/pg3
......@@ -347,9 +347,19 @@ typedef struct {
#endif
} FILINFO;
#ifndef __LITEOS_M__
typedef struct {
DWORD clst;
FSIZE_t pos;
} FAT_ENTRY;
#endif
typedef struct {
DIR f_dir;
FILINFO fno;
#ifndef __LITEOS_M__
FAT_ENTRY fat_entry;
#endif
} DIR_FILE;
#define MAX(a, b, c) (c = (a > b) ? a : b)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册