Changeset 7234617 in mainline for uspace/srv/fs/fat/fat_dentry.h


Ignore:
Timestamp:
2011-08-21T15:27:45Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9fbe05e
Parents:
c56c4576
Message:

FAT: fixes for mips support

File:
1 edited

Legend:

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

    rc56c4576 r7234617  
    143143extern size_t fat_lfn_str_nlength(const uint16_t *, size_t);
    144144extern size_t fat_lfn_size(const fat_dentry_t *);
    145 extern size_t fat_lfn_get_part(const uint16_t *, size_t, uint16_t *, size_t *);
    146145extern size_t fat_lfn_get_entry(const fat_dentry_t *, uint16_t *, size_t *);
    147 extern size_t fat_lfn_set_part(const uint16_t *, size_t *, size_t, uint16_t *, size_t);
    148146extern size_t fat_lfn_set_entry(const uint16_t *, size_t *, size_t, fat_dentry_t *);
    149147
Note: See TracChangeset for help on using the changeset viewer.