CfgUSBLoader/cios/odip_frag/source/sdhc.h
2015-01-17 10:11:08 +00:00

12 lines
160 B
C

#ifndef _SDHC_H_
#define _SDHC_H_
#include "types.h"
/* Prototypes */
int sdhc_Init(void);
bool sdhc_Read(u32 sector, u32 numSectors, void *buffer);
#endif