Changeset d2c8533 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2017-05-08T20:38:47Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f066a87
- Parents:
- 582a0b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r582a0b8 rd2c8533 912 912 * FAT VFS_OUT operations. 913 913 */ 914 915 static int fat_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info) 916 { 917 return ENOTSUP; 918 } 914 919 915 920 static int … … 1508 1513 1509 1514 vfs_out_ops_t fat_ops = { 1515 .fsprobe = fat_fsprobe, 1510 1516 .mounted = fat_mounted, 1511 1517 .unmounted = fat_unmounted,
Note:
See TracChangeset
for help on using the changeset viewer.