19 lines
463 B
C
19 lines
463 B
C
/*
|
|
* @file mazda_miata_vvt.h
|
|
*
|
|
* @date Oct 4, 2016
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*
|
|
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
|
|
#define CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
|
|
void setMazdaMiata2003EngineConfigurationNewBoard(DECLARE_ENGINE_PARAMETER_F);
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_VVT_H_ */
|