Changeset 02fd705 in mainline for uspace/srv/fs/fat/fat_dentry.h
- Timestamp:
- 2009-03-03T17:06:34Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da581872
- Parents:
- e762b43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_dentry.h
re762b43 r02fd705 74 74 uint16_t eaidx; /* FAT12/FAT16 */ 75 75 uint16_t firstc_hi; /* FAT32 */ 76 } ;76 } __attribute__ ((packed)); 77 77 uint16_t mtime; 78 78 uint16_t mdate; … … 80 80 uint16_t firstc; /* FAT12/FAT16 */ 81 81 uint16_t firstc_lo; /* FAT32 */ 82 } ;82 } __attribute__ ((packed)); 83 83 uint32_t size; 84 84 } __attribute__ ((packed)) fat_dentry_t;
Note:
See TracChangeset
for help on using the changeset viewer.