|
Lines 82-85
Link Here
|
| 82 |
uint8_t pmagic[2]; |
82 |
uint8_t pmagic[2]; |
| 83 |
} __attribute__((__packed__)) fat32; |
83 |
} __attribute__((__packed__)) fat32; |
|
|
84 |
char sector[512]; // to make sure the whole struct is at least 512 bytes long |
| 84 |
} __attribute__((__packed__)) type; |
85 |
} __attribute__((__packed__)) type; |
| 85 |
} __attribute__((__packed__)); |
86 |
} __attribute__((__packed__)); |