2014-09-14 06:02:54 -07:00
|
|
|
/**
|
|
|
|
* @file subaru.h
|
|
|
|
*
|
|
|
|
* @date Sep 14, 2014
|
2015-01-12 15:04:10 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
2014-09-14 06:02:54 -07:00
|
|
|
*/
|
|
|
|
#ifndef SUBARU_H_
|
|
|
|
#define SUBARU_H_
|
|
|
|
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
2015-01-31 18:10:22 -08:00
|
|
|
void setSubaru2003Wrx(engine_configuration_s *engineConfiguration);
|
2014-09-14 06:02:54 -07:00
|
|
|
|
|
|
|
#endif /* SUBARU_H_ */
|