17 lines
347 B
C
17 lines
347 B
C
/**
|
|
* @file mazda_626.h
|
|
*
|
|
* set engine_type 28
|
|
*
|
|
* @date Jan 16, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
#ifndef CONFIG_ENGINES_MAZDA_626_H_
|
|
#define CONFIG_ENGINES_MAZDA_626_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setMazda626EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_MAZDA_626_H_ */
|