2015-12-20 17:01:44 -08:00
|
|
|
/*
|
|
|
|
* @file chevrolet_c20_1973.h
|
|
|
|
*
|
|
|
|
* @date Dec 20, 2015
|
2015-12-31 13:02:30 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
2015-12-20 17:01:44 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_ENGINES_CHEVROLET_C20_1973_H_
|
|
|
|
#define CONFIG_ENGINES_CHEVROLET_C20_1973_H_
|
|
|
|
|
|
|
|
#include "engine.h"
|
|
|
|
|
|
|
|
void set1973c20(DECLARE_ENGINE_PARAMETER_F);
|
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_CHEVROLET_C20_1973_H_ */
|