16 lines
321 B
C
16 lines
321 B
C
/*
|
|
* @file toyota_jzs147.h
|
|
*
|
|
* @date Dec 30, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_TOYOTA_JZS147_H_
|
|
#define CONFIG_ENGINES_TOYOTA_JZS147_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setToyota_jzs147EngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
|
|
|
|
#endif /* CONFIG_ENGINES_TOYOTA_JZS147_H_ */
|