#include <mios32.h>#include <sys/types.h>#include "dosfs.h"Defines | |
| #define | DEBUG_VERBOSE_LEVEL 1 |
Functions | |
| void | DFS_CachingEnabledSet (uint8_t enable) |
| char * | DFS_DirToCanonical (char *dest, char *src) |
| uint32_t | DFS_ReadSector (uint8_t unit, uint8_t *buffer, uint32_t sector, uint32_t count) |
| uint32_t | DFS_WriteSector (uint8_t unit, uint8_t *buffer, uint32_t sector, uint32_t count) |
| #define DEBUG_VERBOSE_LEVEL 1 |
| void DFS_CachingEnabledSet | ( | uint8_t | enable | ) |
| char* DFS_DirToCanonical | ( | char * | dest, | |
| char * | src | |||
| ) |
| uint32_t DFS_ReadSector | ( | uint8_t | unit, | |
| uint8_t * | buffer, | |||
| uint32_t | sector, | |||
| uint32_t | count | |||
| ) |

| uint32_t DFS_WriteSector | ( | uint8_t | unit, | |
| uint8_t * | buffer, | |||
| uint32_t | sector, | |||
| uint32_t | count | |||
| ) |

1.6.1