2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file subaru.h
|
|
|
|
*
|
|
|
|
* @date Sep 14, 2014
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
void setSubaru2003Wrx(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setSubaruEJ20GDefaults(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2020-12-06 11:16:40 -08:00
|
|
|
void setSubaruEJ18_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2021-02-06 10:50:34 -08:00
|
|
|
void setSubaruEG33Defaults(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|