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