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


Ignore:
Timestamp:
2011-06-12T14:45:38Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c6aca755
Parents:
17fa0280
Message:

Fixes for mips32 big endian.

File:
1 edited

Legend:

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

    r17fa0280 re65e406  
    138138extern size_t fat_lfn_str_nlength(const uint8_t *, size_t);
    139139extern size_t fat_lfn_size(const fat_dentry_t *);
    140 extern void fat_lfn_copy_part(const uint8_t *, size_t, uint8_t *, size_t *);
    141 extern void fat_lfn_copy_entry(const fat_dentry_t *, uint8_t *, size_t *);
     140extern size_t fat_lfn_copy_part(const uint8_t *, size_t, uint8_t *, size_t);
     141extern size_t fat_lfn_copy_entry(const fat_dentry_t *, uint8_t *, size_t);
    142142extern int fat_lfn_convert_name(const uint8_t *, size_t, uint8_t *, size_t);
    143143
Note: See TracChangeset for help on using the changeset viewer.