2016-05-04 20:02:32 -07:00
|
|
|
/*
|
|
|
|
* @file engine_template.h
|
|
|
|
*
|
|
|
|
* @date May 4, 2016
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2016-05-04 20:02:32 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ZIL130_H_
|
|
|
|
#define ZIL130_H_
|
|
|
|
|
|
|
|
#include "engine.h"
|
2017-05-15 20:33:22 -07:00
|
|
|
void setZil130(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
2016-05-04 20:02:32 -07:00
|
|
|
|
|
|
|
#endif /* ZIL130_H_ */
|