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_
|
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
|
|
|
void setMiataNA6_VAF_Configuration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMiataNA6_MAP_Configuration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void miataNAcommon(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2016-04-16 15:01:43 -07:00
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_1_6_H_ */
|