2018-01-31 18:27:45 -08:00
|
|
|
/*
|
|
|
|
* @file mazda_miata_na8.h
|
|
|
|
*
|
|
|
|
* @date Jan 31, 2018
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
|
|
|
#define CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
|
|
|
|
2018-01-31 18:36:41 -08:00
|
|
|
#include "engine.h"
|
2018-01-31 18:27:45 -08:00
|
|
|
|
2018-01-31 18:57:04 -08:00
|
|
|
void setMazdaMiataNA8Configuration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2018-01-31 18:27:45 -08:00
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */
|