|
/**
|
|
* @file mazda_miata_nb.h
|
|
*
|
|
* @date Feb 18, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
|
|
#ifndef MAZDA_MIATA_NB_H_
|
|
#define MAZDA_MIATA_NB_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setMazdaMiataNbEngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
|
|
|
|
#endif /* MAZDA_MIATA_NB_H_ */
|