PHAT32 specific definitions. More...
Go to the source code of this file.
Defines | |
#define | PHAT32CMASK 0x0FFFFFFF |
Functions | |
uint32_t | Phat32FreeClusters (NUTDEVICE *dev) |
Counts the number of free clusters in a fat32 volume, fast version. | |
int | Phat32GetClusterLink (NUTDEVICE *dev, uint32_t clust, uint32_t *link) |
Get link value of a specified cluster. | |
int | Phat32SetClusterLink (NUTDEVICE *dev, uint32_t clust, uint32_t link) |
Set link value of a specified cluster. | |
int | Phat32ReleaseChain (NUTDEVICE *dev, uint32_t first) |
Release a cluster chain. |
PHAT32 specific definitions.
* * $Log$ * Revision 1.2 2008/08/11 07:00:19 haraldkipp * BSD types replaced by stdint types (feature request #1282721). * * Revision 1.1 2006/01/05 16:32:41 haraldkipp * First check-in. * * *