[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

@@ -46,7 +46,11 @@ static rt_err_t rtlink_dev_tx_done(rt_device_t dev, void *buffer)
}
#ifdef RT_USING_POSIX_DEVIO
#include <dfs_posix.h>
#include <dfs_file.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/statfs.h>
#include <poll.h>
#include <sys/select.h>