[update] move dfs_posix.h to legacy/dfs/dfs_posix.h

This commit is contained in:
liukangcc
2022-01-11 15:20:14 +08:00
committed by Bernard Xiong
parent 211090203b
commit 3d2e23ec1c
72 changed files with 349 additions and 90 deletions

View File

@@ -11,7 +11,11 @@
*/
#include <rtthread.h>
#include <dfs_posix.h>
#include <dfs_file.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/statfs.h>
static rt_uint32_t stop_flag = 0;
static rt_thread_t fsrw1_thread = RT_NULL;