File nut/include/sys/file.h


Included Files


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  
   {  
      struct _NUTDEVICE* nf_dev;  
      void* nf_fcb;  
   }