物联网操作系统AliOS Things 3.3
ramfs.h
浏览该文件的文档.
1
6
#ifndef FS_RAMFS_H
7
#define FS_RAMFS_H
8
9
#include <stdint.h>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
28
int32_t
ramfs_register
(
const
char
*mount_path);
29
36
int32_t
ramfs_unregister
(
const
char
*mount_path);
37
38
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
46
ramfs_unregister
int32_t ramfs_unregister(const char *mount_path)
ramfs_register
int32_t ramfs_register(const char *mount_path)
components
ramfs
include
ramfs.h
生成于 2021年 四月 9日 星期五 13:02:34 , 为 物联网操作系统AliOS Things 3.3使用
1.9.1