2016-04-16 15:01:43 -07:00
|
|
|
/*
|
|
|
|
* @file mazda_miata_1_6.h
|
|
|
|
*
|
|
|
|
* @date Apr 16, 2016
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2016-04-16 15:01:43 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_ENGINES_MAZDA_MIATA_1_6_H_
|
|
|
|
#define CONFIG_ENGINES_MAZDA_MIATA_1_6_H_
|
|
|
|
|
|
|
|
#include "engine.h"
|
2019-01-19 17:27:14 -08:00
|
|
|
void setMiataNA6_VAF_Configuration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
void setMiataNA6_MAP_Configuration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2018-09-06 19:31:23 -07:00
|
|
|
void miataNAcommon(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2016-04-16 15:01:43 -07:00
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_1_6_H_ */
|