Changeset 4372b49 in mainline for uspace/srv/fs/fat/fat_directory.h
- Timestamp:
- 2011-06-21T12:02:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9553d7d
- Parents:
- 563686b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_directory.h
r563686b r4372b49 48 48 bool last; 49 49 /* Long entry data */ 50 uint 8_t lfn_utf16[FAT_LFN_MAX_COUNT * FAT_LFN_ENTRY_SIZE];50 uint16_t wname[FAT_LFN_MAX_COUNT * FAT_LFN_ENTRY_SIZE]; 51 51 size_t lfn_offset; 52 52 size_t lfn_size;
Note:
See TracChangeset
for help on using the changeset viewer.