Changeset b06414f in mainline for uspace/srv/fs/fat/fat_dentry.h
- Timestamp:
- 2017-05-19T14:04:36Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e540bc87
- Parents:
- 2628642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_dentry.h
r2628642 rb06414f 83 83 #define FAT_LFN_CHKSUM(d) ((d)->lfn.check_sum) 84 84 85 #define FAT_LFN_NAME_SIZE 260 85 #define FAT_LFN_NAME_LEN 260 /* characters */ 86 #define FAT_LFN_NAME_SIZE STR_BOUNDS(FAT_LFN_NAME_LEN) /* bytes */ 86 87 #define FAT_LFN_MAX_COUNT 20 87 88 #define FAT_LFN_PART1_SIZE 5
Note:
See TracChangeset
for help on using the changeset viewer.