17 lines
325 B
C
17 lines
325 B
C
/**
|
|
* @file mazda_626.h
|
|
*
|
|
* set_engine_type 28
|
|
*
|
|
* @date Jan 16, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
#ifndef CONFIG_ENGINES_MAZDA_626_H_
|
|
#define CONFIG_ENGINES_MAZDA_626_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setMazda626EngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_626_H_ */
|