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