16 lines
331 B
C
16 lines
331 B
C
/*
|
|
* @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_
|
|
|
|
#include "engine.h"
|
|
|
|
void setMazdaMiataNA8Configuration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */
|