|
/*
|
|
* @file gm_2_2.h
|
|
*
|
|
* @date Apr 9, 2015
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#ifndef CONFIG_ENGINES_GM_2_2_H_
|
|
#define CONFIG_ENGINES_GM_2_2_H_
|
|
|
|
#include "engine.h"
|
|
|
|
void setGm2_2(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_GM_2_2_H_ */
|