16 lines
297 B
C
16 lines
297 B
C
/*
|
|
* @file ford_1995_inline_6.h
|
|
*
|
|
* @date Feb 12, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#ifndef FORD_1995_INLINE_6_H_
|
|
#define FORD_1995_INLINE_6_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setFordInline6(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* FORD_1995_INLINE_6_H_ */
|