16 lines
303 B
C
16 lines
303 B
C
/*
|
|
* @file suzuki_vitara.cpp
|
|
*
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
|
* @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_ */
|