rusefi-1/firmware/controllers/algo/algo.h

17 lines
342 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/*
* @file algo.h
*
* @date Mar 2, 2014
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#ifndef ALGO_H_
#define ALGO_H_
#include "main.h"
#include "engine_configuration.h"
void initDataStructures(DECLARE_ENGINE_PARAMETER_F);
2017-03-19 15:39:48 -07:00
void initAlgo(Logging *sharedLogger, const engine_configuration_s *engineConfiguration);
2015-07-10 06:01:56 -07:00
#endif /* ALGO_H_ */