Files
TencentOS-tiny/components/fs/fatfs/wrapper/include/tos_fatfs_vfs.h
supowang edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00

10 lines
115 B
C

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