Rev 3521 | Rev 3546 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3521 | Rev 3530 | ||
|---|---|---|---|
| Line 119... | Line 119... | ||
| 119 | uint16_t signature; |
119 | uint16_t signature; |
| 120 | } __attribute__ ((packed)); |
120 | } __attribute__ ((packed)); |
| 121 | }; |
121 | }; |
| 122 | } __attribute__ ((packed)) fat_bs_t; |
122 | } __attribute__ ((packed)) fat_bs_t; |
| 123 | 123 | ||
| 124 | #define FAT_BS(b) ((fat_bs_t *)((b)->data)) |
- | |
| 125 | - | ||
| 126 | typedef enum { |
124 | typedef enum { |
| 127 | FAT_INVALID, |
125 | FAT_INVALID, |
| 128 | FAT_DIRECTORY, |
126 | FAT_DIRECTORY, |
| 129 | FAT_FILE |
127 | FAT_FILE |
| 130 | } fat_node_type_t; |
128 | } fat_node_type_t; |