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

8 lines
94 B
C

#ifndef _TOS_FATFS_DRV_H_
#define _TOS_FATFS_DRV_H_
extern vfs_blkdev_ops_t sd_dev;
#endif