File structure. More...
Data Fields | |
NUTFILE * | nf_next |
Link to the next file structure. | |
struct _NUTDEVICE * | nf_dev |
Device containing this file. | |
void * | nf_fcb |
Device specific file control block. |
File structure.
File structure type.
Definition at line 71 of file file.h.
struct _NUTDEVICE* NUTFILE::nf_dev |