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

16 lines
325 B
C
Raw Normal View History

2015-10-17 10:02:05 -07:00
/*
* @file suzuki_vitara.cpp
*
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-10-17 10:02:05 -07:00
* @date Oct 17, 2015
*/
#ifndef CONFIG_ENGINES_SUZUKI_VITARA_H_
#define CONFIG_ENGINES_SUZUKI_VITARA_H_
#include "engine_configuration.h"
2015-10-17 10:02:05 -07:00
void setSuzukiVitara(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2015-10-17 10:02:05 -07:00
#endif /* CONFIG_ENGINES_SUZUKI_VITARA_H_ */