16 lines
226 B
C
16 lines
226 B
C
|
/**
|
||
|
* @file bmw_e34.h
|
||
|
*
|
||
|
* @date Nov 5, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#ifndef BMW_E34_H_
|
||
|
#define BMW_E34_H_
|
||
|
|
||
|
#include "engine.h"
|
||
|
|
||
|
void setBmwE34(DECLARE_ENGINE_PARAMETER_F);
|
||
|
|
||
|
#endif /* BMW_E34_H_ */
|