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


Ignore:
Timestamp:
2010-01-30T18:51:10Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
64bc4b6, 89ee7ff
Parents:
593585df
Message:

Move fat_sanity_check() to fat_fat.c

File:
1 edited

Legend:

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

    r593585df r7efc517  
    8787    off_t);
    8888extern int fat_zero_cluster(struct fat_bs *, dev_handle_t, fat_cluster_t);
     89extern int fat_sanity_check(struct fat_bs *, dev_handle_t);
    8990
    9091#endif
Note: See TracChangeset for help on using the changeset viewer.