file.h

Go to the documentation of this file.
00001 #ifndef FILE_H
00002 #define FILE_H
00003 
00004 #include "ubixfs.h"
00005 
00006 typedef struct fileDescriptor {
00007   struct fileDescriptor * prev;
00008   struct fileDescriptor * next;
00009   void * inode;
00010   off_t  offset;
00011   size_t size;
00012 } fileDescriptor;
00013 
00014 #endif /* !FILE_H */

Generated on Tue Dec 5 23:34:57 2006 for UbixOS V2 by  doxygen 1.4.7