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
|
|
|
|
2016-10-04 11:00:58 -07:00
|
|
|
void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
|
2017-04-17 19:09:12 -07:00
|
|
|
void setMazdaMiata2003EngineConfigurationNewBoard(DECLARE_ENGINE_PARAMETER_F);
|
2016-10-04 10:03:25 -07:00
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_VVT_H_ */
|