2014-11-05 12:03:26 -08:00
|
|
|
/**
|
|
|
|
* @file bmw_e34.h
|
|
|
|
*
|
|
|
|
* @date Nov 5, 2014
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef BMW_E34_H_
|
|
|
|
#define BMW_E34_H_
|
|
|
|
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
2014-11-14 14:03:57 -08:00
|
|
|
void setBmwE34(engine_configuration_s *engineConfiguration);
|
2014-11-05 12:03:26 -08:00
|
|
|
|
|
|
|
#endif /* BMW_E34_H_ */
|