PHAT file system. More...
Go to the source code of this file.
Functions | |
int | PhatSectorRead (NUTFILE *blkmnt, uint32_t sect, uint8_t *buf) |
Read sector. | |
int | PhatSectorLoad (NUTDEVICE *dev, uint32_t sect) |
int | PhatSectorFlush (NUTDEVICE *dev, int bufnum) |
Flush sector buffers. |
PHAT file system.
* * $Log$ * Revision 1.3 2008/08/11 07:00:19 haraldkipp * BSD types replaced by stdint types (feature request #1282721). * * Revision 1.2 2006/02/23 15:47:18 haraldkipp * PHAT file system now supports configurable number of sector buffers. * * Revision 1.1 2006/01/05 16:33:02 haraldkipp * First check-in. * * *
Definition in file phatio.h.