Changeset d0a1e9b6 in mainline for uspace/srv/fs/exfat/exfat_ops.c


Ignore:
Timestamp:
2013-07-12T07:21:46Z (12 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
049d68b
Parents:
e8f0158
Message:

Update implementation size, total, free block operations like new stucture statfs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    re8f0158 rd0a1e9b6  
    8989static bool exfat_is_file(fs_node_t *node);
    9090static service_id_t exfat_service_get(fs_node_t *node);
    91 static long exfat_size_block(service_id_t);
     91static uint32_t exfat_size_block(service_id_t);
    9292
    9393/*
     
    913913}
    914914
    915 long exfat_size_block(service_id_t service_id)
     915uint32_t exfat_size_block(service_id_t service_id)
    916916{
    917917        exfat_bs_t *bs;
Note: See TracChangeset for help on using the changeset viewer.