Changes in uspace/srv/fs/fat/fat.h [9a15176:f563126] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r9a15176 rf563126 89 89 uint16_t signature; 90 90 } __attribute__ ((packed)); 91 struct {91 struct fat32 { 92 92 /* FAT32 only */ 93 93 /** Sectors per FAT. */
Note:
See TracChangeset
for help on using the changeset viewer.