#include <fat.h>
Definition at line 263 of file fat.h.
Data Fields | |
| unsigned long | startClus |
| Start cluster. | |
| unsigned long | size |
| File size in bytes. | |
| unsigned short | attr |
| File attribute. | |
| unsigned short | numLFN |
| Number of LFN entry. | |
| ENT_TYPE | ent |
| Entry type. | |
| char * | sname |
| Null terminated short file name. | |
| char * | ext |
| Null terminated file extension. | |
| unsigned short | lname [13] |
| LFN entry. | |
1.3.9.1