|
/**
|
|
* @file subaru.h
|
|
*
|
|
* @date Sep 14, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
|
*/
|
|
#ifndef SUBARU_H_
|
|
#define SUBARU_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setSubaru2003Wrx(engine_configuration_s *engineConfiguration);
|
|
|
|
#endif /* SUBARU_H_ */
|