16 lines
316 B
C
16 lines
316 B
C
/**
|
|
* @file subaru.h
|
|
*
|
|
* @date Sep 14, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
#ifndef SUBARU_H_
|
|
#define SUBARU_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setSubaru2003Wrx(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
void setSubaruEJ20GDefaults(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* SUBARU_H_ */
|