mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-05 15:23:03 +08:00
[update] move dfs_posix.h to legacy/dfs/dfs_posix.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user