#include <stdio.h>
#include <string.h>
#include "type.h"
#include "rdcf2.h"
#include "ssp.h"
#include "sdcard_driver.h"
#include "drive.h"
Go to the source code of this file.
Data Structures | |
struct | PARTITION_ENTRY |
struct | PARTITION_TABLE |
struct | BOOTSECTOR_ENTRY |
struct | DATABUFFER |
union | MMC_IO_BUFFER |
Defines | |
#define | SIZEOF_DIR_ENTRY 32 |
Functions | |
BOOL | drive_init (void) |
Variables | |
struct rdcf | fcbs [MaxFileBuffers] |
struct PARTITION_ENTRY | packed |
union MMC_IO_BUFFER | IoBuffer |
DRIVE_DESCRIPTION | DriveDesc |
RDCF2 wrapper.
Definition in file drive.c.