/* * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ #ifndef AOS_VFS_H #define AOS_VFS_H #ifdef __cplusplus extern "C" { #endif #include #include int vfs_init(void); int vfs_device_init(void); #ifdef __cplusplus } #endif #endif