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

17 lines
356 B
C

/**
* @file mazda_626.h
*
* set_engine_type 28
*
* @date Jan 16, 2015
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef CONFIG_ENGINES_MAZDA_626_H_
#define CONFIG_ENGINES_MAZDA_626_H_
#include "engine_configuration.h"
void setMazda626EngineConfiguration(engine_configuration_s *engineConfiguration);
#endif /* CONFIG_ENGINES_MAZDA_626_H_ */