[DFS] update JFFS2 with RT-Thread 3.0.x.

This commit is contained in:
bernard
2017-12-30 14:45:34 +08:00
parent f6a9508785
commit 8e4307382f
13 changed files with 569 additions and 798 deletions

View File

@@ -2,12 +2,5 @@
#define __LINUX_FS_H__
#include <linux/stat.h>
/*
* File types
*/
#define DT_UNKNOWN 0
#define DT_DIR 4
#define DT_REG 8
#endif /* __LINUX_FS_H__ */