#include <sys/file.h>
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. |
Definition at line 71 of file file.h.
struct _NUTDEVICE* _NUTFILE::nf_dev [read] |
void* _NUTFILE::nf_fcb |