rusefi/firmware/hw_layer/mmc_card.h

24 lines
362 B
C
Raw Permalink Normal View History

2015-07-10 06:01:56 -07:00
/*
* @file mmc_card.h
*
*
* @date Dec 30, 2013
* @author Kot_dnz
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
2020-04-01 16:00:56 -07:00
#pragma once
2015-07-10 06:01:56 -07:00
2020-08-05 22:15:41 -07:00
#include "tunerstudio_io.h"
2020-08-06 19:05:26 -07:00
#define DOT_MLG ".mlg"
void initEarlyMmcCard();
void initMmcCard();
2015-07-10 06:01:56 -07:00
bool isSdCardAlive(void);
void onUsbConnectedNotifyMmcI(void);
struct USBDriver;
bool msd_request_hook_new(USBDriver *usbp);