git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1293 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-11-14 17:05:00 +00:00
parent bd2685805d
commit 9dfb720cfe
1 changed files with 3 additions and 0 deletions

View File

@ -192,6 +192,9 @@ extern "C" {
bool_t mmcStartSequentialRead(MMCDriver *mmcp, uint32_t startblk);
bool_t mmcSequentialRead(MMCDriver *mmcp, uint8_t *buffer);
bool_t mmcStopSequentialRead(MMCDriver *mmcp);
bool_t mmcStartSequentialWrite(MMCDriver *mmcp, uint32_t startblk);
bool_t mmcSequentialWrite(MMCDriver *mmcp, const uint8_t *buffer);
bool_t mmcStopSequentialWrite(MMCDriver *mmcp);
#ifdef __cplusplus
}
#endif