物联网操作系统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 
int32_t ramfs_unregister(const char *mount_path)
int32_t ramfs_register(const char *mount_path)