16 lines
311 B
C
16 lines
311 B
C
/*
|
|
* @file suzuki_vitara.cpp
|
|
*
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
* @date Oct 17, 2015
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_SUZUKI_VITARA_H_
|
|
#define CONFIG_ENGINES_SUZUKI_VITARA_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setSuzukiVitara(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_SUZUKI_VITARA_H_ */
|