2016-10-04 10:03:25 -07:00
|
|
|
/*
|
|
|
|
* @file mazda_miata_vvt.h
|
|
|
|
*
|
|
|
|
* @date Oct 4, 2016
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2016-10-04 10:03:25 -07:00
|
|
|
*
|
|
|
|
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
|
|
|
|
#define CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
|
|
|
|
|
2016-10-04 11:00:58 -07:00
|
|
|
#include "engine.h"
|
2016-10-04 10:03:25 -07:00
|
|
|
|
2017-05-15 20:33:22 -07:00
|
|
|
void setMazdaMiataNbInjectorLag(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
void setMazdaMiataNbTpsTps(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2017-04-18 18:37:31 -07:00
|
|
|
|
2017-05-15 20:33:22 -07:00
|
|
|
void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2017-11-19 14:54:00 -08:00
|
|
|
void setMazdaMiata2003EngineConfigurationNaFuelRail(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2017-12-02 17:59:31 -08:00
|
|
|
void setMazdaMiata2003EngineConfigurationBoardTest(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2016-10-04 10:03:25 -07:00
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_VVT_H_ */
|