RT-Thread RTOS
1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
dfs_posix.h
浏览该文件的文档.
1
/*
2
* Copyright (c) 2006-2023, RT-Thread Development Team
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*
6
* Change Logs:
7
* Date Author Notes
8
* 2009-05-27 Yi.qiu The first version.
9
* 2010-07-18 Bernard add stat and statfs structure definitions.
10
* 2011-05-16 Yi.qiu Change parameter name of rename, "new" is C++ key word.
11
* 2017-12-27 Bernard Add fcntl API.
12
* 2018-02-07 Bernard Change the 3rd parameter of open/fcntl/ioctl to '...'
13
*/
14
15
#ifndef __DFS_POSIX_H__
16
#define __DFS_POSIX_H__
17
18
#include <fcntl.h>
19
#include <errno.h>
20
21
#include <
dfs.h
>
22
#include <
dfs_file.h
>
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
#ifdef __cplusplus
29
}
30
#endif
31
32
#endif
dfs.h
dfs_file.h
components
dfs
dfs_v2
include
dfs_posix.h
制作者
1.13.1