Nut/OS  4.10.3
API Reference
phatio.h File Reference

PHAT file system. More...

#include <sys/device.h>
#include <sys/file.h>
Include dependency graph for phatio.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

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.