Changeset e17d986 in mainline for uspace/srv/fs/fat/fat_fat.h


Ignore:
Timestamp:
2008-10-26T19:49:14Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb682eb
Parents:
a429bfb
Message:

Implementation of fat_append_clusters().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_fat.h

    ra429bfb re17d986  
    6262   
    6363extern struct block *_fat_block_get(dev_handle_t, fat_cluster_t, off_t);
    64 extern uint16_t _fat_blcks_get(dev_handle_t, fat_cluster_t);
     64extern uint16_t _fat_blcks_get(dev_handle_t, fat_cluster_t, fat_cluster_t *);
    6565extern uint16_t fat_bps_get(dev_handle_t);
    6666 
Note: See TracChangeset for help on using the changeset viewer.