Changes in uspace/srv/fs/fat/fat.h [ed903174:3c11713] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
red903174 r3c11713 89 89 uint16_t signature; 90 90 } __attribute__ ((packed)); 91 struct {91 struct fat32 { 92 92 /* FAT32 only */ 93 93 /** Sectors per FAT. */ … … 119 119 /** Signature. */ 120 120 uint16_t signature; 121 } fat32__attribute__ ((packed));122 }; 121 } __attribute__ ((packed)); 122 }; 123 123 } __attribute__ ((packed)) fat_bs_t; 124 124 … … 194 194 /** FAT in-core node free list link. */ 195 195 link_t ffn_link; 196 aoff64_tsize;196 size_t size; 197 197 unsigned lnkcnt; 198 198 unsigned refcnt;
Note:
See TracChangeset
for help on using the changeset viewer.