Changeset d0a1e9b6 in mainline for uspace/srv/fs/fat/fat_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/fat/fat_ops.c

    re8f0158 rd0a1e9b6  
    9191static bool fat_is_file(fs_node_t *node);
    9292static service_id_t fat_service_get(fs_node_t *node);
    93 static long fat_size_block(service_id_t);
     93static uint32_t fat_size_block(service_id_t);
    9494
    9595/*
     
    844844}
    845845
    846 long fat_size_block(service_id_t service_id)
     846uint32_t fat_size_block(service_id_t service_id)
    847847{
    848848        fat_bs_t *bs;
Note: See TracChangeset for help on using the changeset viewer.