Ignore:
Timestamp:
2011-08-15T21:45:28Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
93e12f3
Parents:
b4af128
Message:

exFAT: implement exfat_directory_write_file !
Now exFAT ready for reading and writing and passed all basic tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_directory.h

    rb4af128 rbca3eac  
    7878extern int exfat_directory_expand(exfat_directory_t *di);
    7979extern int exfat_directory_lookup_free(exfat_directory_t *di, size_t count);
     80extern int exfat_directory_print(exfat_directory_t *di);
    8081
    8182
Note: See TracChangeset for help on using the changeset viewer.