2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @file citroenBerlingoTU3JP.h
|
|
|
|
*
|
|
|
|
* @date Apr 15, 2014
|
2015-01-12 15:04:10 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CITROENBERLINGOTU3JP_H_
|
|
|
|
#define CITROENBERLINGOTU3JP_H_
|
|
|
|
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
|
|
|
void setCitroenBerlingoTU3JPConfiguration(engine_configuration_s *engineConfiguration, board_configuration_s *boardConfiguration);
|
|
|
|
|
|
|
|
#endif /* CITROENBERLINGOTU3JP_H_ */
|