rusefi-1/firmware/config/engines/mazda_626.h

17 lines
325 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.h"
void setMazda626EngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
#endif /* CONFIG_ENGINES_MAZDA_626_H_ */