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

15 lines
318 B
C
Raw Normal View History

2016-03-26 00:03:38 -07:00
/*
* @file engine_template.h
*
* @date
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2016-03-26 00:03:38 -07:00
*/
#ifndef CONFIG_ENGINES_ENGINE_TEMPLATE_H_
#define CONFIG_ENGINES_ENGINE_TEMPLATE_H_
#include "engine.h"
2017-05-15 20:33:22 -07:00
void setEngineTemplateConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
2016-03-26 00:03:38 -07:00
#endif /* CONFIG_ENGINES_ENGINE_TEMPLATE_H_ */