物联网操作系统AliOS Things 3.3
ramfs

函数

int32_t ramfs_register (const char *mount_path)
 
int32_t ramfs_unregister (const char *mount_path)
 

详细描述

ramfs API. Used for projects' inside components. Use aos api for APP.

函数说明

◆ ramfs_register()

int32_t ramfs_register(const char * mount_path)

ramfs register

返回
0 on success, negative error on failure

◆ ramfs_unregister()

int32_t ramfs_unregister(const char * mount_path)

ramfs unregister

返回
0 on success, negative error on failure