Changeset a248234 in mainline for uspace/srv/fs/fat/fat_dentry.h
- Timestamp:
- 2009-05-06T19:30:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8bb129d
- Parents:
- 0be3e8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_dentry.h
r0be3e8b ra248234 48 48 #define FAT_ATTR_SUBDIR (1 << 4) 49 49 50 #define FAT_LCASE_LOWER_NAME 0x08 51 #define FAT_LCASE_LOWER_EXT 0x10 52 50 53 #define FAT_PAD ' ' 51 54 … … 66 69 uint8_t ext[3]; 67 70 uint8_t attr; 68 uint8_t reserved;71 uint8_t lcase; 69 72 uint8_t ctime_fine; 70 73 uint16_t ctime;
Note:
See TracChangeset
for help on using the changeset viewer.