Ignore:
Timestamp:
2011-08-14T07:05:35Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3d4cd35
Parents:
e090244c
Message:

exFAT: skeleton for writing file name

File:
1 edited

Legend:

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

    re090244c r7f0c08c  
    227227}
    228228
     229int exfat_directory_write_file(exfat_directory_t *di, const char *name)
     230{
     231        /* TODO */
     232        return EOK;
     233}
     234
     235int exfat_directory_erase_file(exfat_directory_t *di, aoff64_t pos)
     236{
     237        /* TODO */
     238        return EOK;
     239}
     240
    229241
    230242/**
Note: See TracChangeset for help on using the changeset viewer.