PHAT12 specific routines. More...
Go to the source code of this file.
Functions | |
int | Phat12GetClusterLink (NUTDEVICE *dev, uint32_t clust, uint32_t *link) |
Get link value of a specified cluster. | |
int | Phat12SetClusterLink (NUTDEVICE *dev, uint32_t clust, uint32_t link) |
Set link value of a specified cluster. | |
int | Phat12ReleaseChain (NUTDEVICE *dev, uint32_t first) |
Release a cluster chain. |
PHAT12 specific routines.
* * $Log$ * Revision 1.5 2008/08/11 06:59:42 haraldkipp * BSD types replaced by stdint types (feature request #1282721). * * Revision 1.4 2006/02/23 15:45:21 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.3 2006/01/23 19:52:10 haraldkipp * Added required typecasts before left shift. * * Revision 1.2 2006/01/22 17:43:46 haraldkipp * Bugfix. Deleting files sometimes corrupted a volume. * * Revision 1.1 2006/01/05 16:31:09 haraldkipp * First check-in. * * *
Definition in file phat12.c.