16 lines
338 B
C
16 lines
338 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_configuration.h"
|
|
|
|
void set1973c20(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_CHEVROLET_C20_1973_H_ */
|