16 lines
324 B
C
16 lines
324 B
C
/*
|
|
* @file chevrolet_c20_1973.h
|
|
*
|
|
* @date Dec 20, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_CHEVROLET_C20_1973_H_
|
|
#define CONFIG_ENGINES_CHEVROLET_C20_1973_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void set1973c20(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_CHEVROLET_C20_1973_H_ */
|