16 lines
257 B
C
16 lines
257 B
C
|
/**
|
||
|
* @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"
|
||
|
|
||
|
void setBmwE43(engine_configuration_s *engineConfiguration);
|
||
|
|
||
|
#endif /* BMW_E34_H_ */
|