Changeset d0a1e9b6 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2013-07-12T07:21:46Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 049d68b
- Parents:
- e8f0158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
re8f0158 rd0a1e9b6 91 91 static bool fat_is_file(fs_node_t *node); 92 92 static service_id_t fat_service_get(fs_node_t *node); 93 static longfat_size_block(service_id_t);93 static uint32_t fat_size_block(service_id_t); 94 94 95 95 /* … … 844 844 } 845 845 846 longfat_size_block(service_id_t service_id)846 uint32_t fat_size_block(service_id_t service_id) 847 847 { 848 848 fat_bs_t *bs;
Note:
See TracChangeset
for help on using the changeset viewer.