* * $Log: phatfs.c,v $ * Revision 1.5 2006/05/15 11:47:18 haraldkipp * Added support for file seek. * * Revision 1.4 2006/03/02 19:59:05 haraldkipp * Added implementation of dev_size makes _filelength() work, which in turn * enables the use of these file systems in pro/httpd.c. * * Revision 1.3 2006/02/23 15:45:22 haraldkipp * PHAT file system now supports configurable number of sector buffers. * This dramatically increased write rates of no-name cards. * AVR compile errors corrected. * * Revision 1.2 2006/01/22 17:42:08 haraldkipp * Now file delete requests fail if used on directory entries. * * Revision 1.1 2006/01/05 16:31:39 haraldkipp * First check-in. * * *
Defines | |
#define | SEEK_SET |
#define | SEEK_CUR |
#define | SEEK_END |
Functions | |
u_long | AllocFirstCluster (NUTFILE *nfp) |
Allocate the first cluster of a file. | |
Variables | |
NUTDEVICE | devPhat0 |
PHAT file system driver information structure. | |
NUTDEVICE | devPhat1 |