Changeset f3504c1 in mainline for uspace/srv/fs/exfat/exfat_dentry.h
- Timestamp:
- 2017-07-11T19:05:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94c05b89
- Parents:
- b2906c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_dentry.h
rb2906c0 rf3504c1 40 40 #define EXFAT_FILENAME_LEN 255 41 41 #define EXFAT_NAME_PART_LEN 15 42 #define EXFAT_VOLLABEL_LEN 11 42 43 43 44 #define EXFAT_TYPE_UNUSED 0x00 … … 156 157 extern void exfat_dentry_get_name(const exfat_name_dentry_t *, size_t, 157 158 uint16_t *, size_t *); 158 159 extern void exfat_dentry_get_vollabel(const exfat_vollabel_dentry_t *, size_t, 160 uint16_t *); 159 161 160 162 extern bool exfat_valid_char(wchar_t); 161 163 extern bool exfat_valid_name(const char *); 164 165 extern size_t exfat_utf16_length(const uint16_t *); 166 162 167 163 168 #endif
Note:
See TracChangeset
for help on using the changeset viewer.