Changes in uspace/srv/fs/fat/fat.h [8d2dd7f2:9f64c1e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r8d2dd7f2 r9f64c1e 136 136 /** Signature. */ 137 137 uint16_t signature; 138 } fat32 __attribute__ ((packed));138 } __attribute__ ((packed)) fat32; 139 139 }; 140 140 } __attribute__ ((packed)) fat_bs_t;
Note:
See TracChangeset
for help on using the changeset viewer.