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.h"
|
|
|
|
|
|
|
|
void setSuzukiVitara(DECLARE_ENGINE_PARAMETER_F);
|
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_SUZUKI_VITARA_H_ */
|