16 lines
324 B
C
16 lines
324 B
C
/*
|
|
* @file chevrolet_camaro_4.h
|
|
*
|
|
* @date Oct 16, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_
|
|
#define CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setCamaro4(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_ */
|