/** * @file bmw_e34.h * * @date Nov 5, 2014 * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef BMW_E34_H_ #define BMW_E34_H_ #include "engine.h" void setBmwE34(DECLARE_ENGINE_PARAMETER_SIGNATURE); #endif /* BMW_E34_H_ */