rusefi-1/firmware/config/engines/toyota_jzs147.h

17 lines
374 B
C
Raw Normal View History

2015-12-30 13:02:18 -08:00
/*
* @file toyota_jzs147.h
*
* @date Dec 30, 2015
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-12-30 13:02:18 -08:00
*/
#ifndef CONFIG_ENGINES_TOYOTA_JZS147_H_
#define CONFIG_ENGINES_TOYOTA_JZS147_H_
#include "engine.h"
void setToyota_jzs147EngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
2016-07-13 19:02:35 -07:00
void setToyota_2jz_vics(DECLARE_ENGINE_PARAMETER_F);
2015-12-30 13:02:18 -08:00
#endif /* CONFIG_ENGINES_TOYOTA_JZS147_H_ */