File nut/include/sys/file.h
Included Files
#include <nut/include/sys/types.h>
Preprocessor definitions
#define _SYS_FILE_H_
#define NUTFILE_EOF
Typedef NUTFILE
typedef struct _NUTFILE NUTFILE
See:
Type struct _NUTFILE
Type struct _NUTFILE
struct _NUTFILE
struct _NUTFILE
{
NUTFILE* nf_next;
struct _NUTDEVICE* nf_dev;
void* nf_fcb;
}