Skip to content

Commit ceea090

Browse files
committed
Added declaration for _sdmm_open
1 parent 06cdc3f commit ceea090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/sys/vfs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ struct vfs *_vfs_open_host(void) _IMPL("filesys/fs9p/fs9p_vfs.c");
5454

5555
struct vfs *_vfs_open_fat_handle(vfs_file_t *handle) _IMPL("filesys/fatfs/fatfs_vfs.c");
5656
struct vfs *_vfs_open_fat_file(const char *name) _IMPL("filesys/fatfs/fatfs_vfs.c");
57+
struct vfs *_sdmm_open(int pclk, int pss, int pdi, int pdo) _IMPL("filesys/block/sdmm_vfs.c");
5758

5859
/* legacy calls */
5960
struct vfs *_vfs_open_sdcard(void) _IMPL("filesys/block/sdmm_vfs.c");

0 commit comments

Comments
 (0)