29DSTATUS disk_initialize (BYTE pdrv);
30DSTATUS disk_status (BYTE pdrv);
31DRESULT disk_read (BYTE pdrv, BYTE* buff, LBA_t sector, UINT count);
32DRESULT disk_write (BYTE pdrv,
const BYTE* buff, LBA_t sector, UINT count);
33DRESULT disk_ioctl (BYTE pdrv, BYTE cmd,
void* buff);
38#define STA_NOINIT 0x01
39#define STA_NODISK 0x02
40#define STA_PROTECT 0x04
47#define GET_SECTOR_COUNT 1
48#define GET_SECTOR_SIZE 2
49#define GET_BLOCK_SIZE 3
59#define MMC_GET_TYPE 10
63#define MMC_GET_SDSTAT 14
70#define ATA_GET_MODEL 21