rusefi-full/firmware/hw_layer/mmc_card.h

19 lines
279 B
C

/*
* @file mmc_card.h
*
*
* @date Dec 30, 2013
* @author Kot_dnz
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef MMC_CARD_H_
#define MMC_CARD_H_
#include "ff.h"
void initMmcCard(void);
void appendToLog(char *line);
#endif /* MMC_CARD_H_ */