17 lines
421 B
C
17 lines
421 B
C
/*
|
|
* @file ford_1995_inline_6.h
|
|
*
|
|
* @date Feb 12, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
|
*/
|
|
|
|
#ifndef FORD_1995_INLINE_6_H_
|
|
#define FORD_1995_INLINE_6_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setFordInline6(engine_configuration_s *engineConfiguration);
|
|
void setFordInline6_2(engine_configuration_s *engineConfiguration, engine_configuration2_s *engineConfiguration2);
|
|
|
|
#endif /* FORD_1995_INLINE_6_H_ */
|