Changeset 09ab0a9a in mainline for uspace/srv/fs/exfat/exfat_dentry.h
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_dentry.h
rb2aaaa0 r09ab0a9a 57 57 #define EXFAT_ATTR_SUBDIR 0x10 58 58 #define EXFAT_ATTR_ARCHIVE 0x20 59 60 59 61 60 /* All dentry structs should have 31 byte size */ … … 122 121 } __attribute__((packed)) exfat_name_dentry_t; 123 122 124 125 123 typedef struct { 126 124 uint8_t type; … … 136 134 } __attribute__((packed)) exfat_dentry_t; 137 135 138 139 136 typedef enum { 140 137 EXFAT_DENTRY_SKIP, … … 149 146 EXFAT_DENTRY_NAME 150 147 } exfat_dentry_clsf_t; 151 152 148 153 149 extern exfat_dentry_clsf_t exfat_classify_dentry(const exfat_dentry_t *); … … 165 161 extern size_t exfat_utf16_length(const uint16_t *); 166 162 167 168 163 #endif 169 164
Note:
See TracChangeset
for help on using the changeset viewer.