Changeset d0a1e9b6 in mainline for uspace/srv/fs/exfat/exfat_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/exfat/exfat_ops.c
re8f0158 rd0a1e9b6 89 89 static bool exfat_is_file(fs_node_t *node); 90 90 static service_id_t exfat_service_get(fs_node_t *node); 91 static longexfat_size_block(service_id_t);91 static uint32_t exfat_size_block(service_id_t); 92 92 93 93 /* … … 913 913 } 914 914 915 longexfat_size_block(service_id_t service_id)915 uint32_t exfat_size_block(service_id_t service_id) 916 916 { 917 917 exfat_bs_t *bs;
Note:
See TracChangeset
for help on using the changeset viewer.