#include "../../api/fat_sl.h"
#include "fat.h"
#include "util.h"
#include "volume.h"
#include "drv.h"
#include "../../version/ver_fat_sl.h"
Go to the source code of this file.
unsigned char _f_alloccluster |
( |
unsigned long * |
pcluster | ) |
|
void _f_clustertopos |
( |
unsigned long |
cluster, |
|
|
F_POS * |
pos |
|
) |
| |
unsigned char _f_getclustervalue |
( |
unsigned long |
cluster, |
|
|
unsigned long * |
pvalue |
|
) |
| |
unsigned char _f_getcurrsector |
( |
void |
| ) |
|
unsigned char _f_getfatsector |
( |
unsigned long |
sector | ) |
|
unsigned char _f_removechain |
( |
unsigned long |
cluster | ) |
|
unsigned char _f_setclustervalue |
( |
unsigned long |
cluster, |
|
|
unsigned long |
_tdata |
|
) |
| |
unsigned char _f_writefatsector |
( |
void |
| ) |
|
Definition at line 64 of file fat.c.