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


Ignore:
Timestamp:
2010-07-28T10:12:43Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dba4a23
Parents:
7a23d60
Message:

Modify _fat_block_get() to return the "current" cluster number to the caller.

File:
1 edited

Legend:

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

    r7a23d60 r6da81e0  
    6767    aoff64_t, int);
    6868extern int _fat_block_get(block_t **, struct fat_bs *, dev_handle_t,
    69     fat_cluster_t, aoff64_t, int);
     69    fat_cluster_t, fat_cluster_t *, aoff64_t, int);
    7070
    7171extern int fat_append_clusters(struct fat_bs *, struct fat_node *,
Note: See TracChangeset for help on using the changeset viewer.