2015-12-30 13:02:18 -08:00
|
|
|
/*
|
|
|
|
* @file toyota_jzs147.h
|
|
|
|
*
|
|
|
|
* @date Dec 30, 2015
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-12-30 13:02:18 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_ENGINES_TOYOTA_JZS147_H_
|
|
|
|
#define CONFIG_ENGINES_TOYOTA_JZS147_H_
|
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
2015-12-30 13:02:18 -08:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
void setToyota_jzs147EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setToyota_2jz_vics(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2015-12-30 13:02:18 -08:00
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_TOYOTA_JZS147_H_ */
|