#ifndef _TOS_FATFS_VFS_H_ #define _TOS_FATFS_VFS_H_ #include "tos_vfs.h" extern vfs_fs_ops_t fatfs_ops; #endif