#pragma once
This commit is contained in:
parent
b8007d8cd5
commit
54ba4e5407
|
@ -5,11 +5,9 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BMW_E34_H_
|
#pragma once
|
||||||
#define BMW_E34_H_
|
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
void setBmwE34(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setBmwE34(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
#endif /* BMW_E34_H_ */
|
|
||||||
|
|
|
@ -9,11 +9,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef FORD_ASPIRE_H_
|
#pragma once
|
||||||
#define FORD_ASPIRE_H_
|
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
void setFordAspireEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setFordAspireEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
#endif /* FORD_ASPIRE_H_ */
|
|
||||||
|
|
|
@ -9,8 +9,7 @@
|
||||||
* Injectors: Denso 195500-2180, 230-265cc (?), tan, 13.9 ohms
|
* Injectors: Denso 195500-2180, 230-265cc (?), tan, 13.9 ohms
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MAZDA_MIATA_H_
|
#pragma once
|
||||||
#define MAZDA_MIATA_H_
|
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
|
@ -18,5 +17,3 @@ void common079721_2351(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
void setMiata1990(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMiata1990(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
void setMiata1994_d(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMiata1994_d(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
void setMiata1996(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMiata1996(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
#endif /* MAZDA_MIATA_H_ */
|
|
||||||
|
|
|
@ -5,11 +5,8 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
#pragma once
|
||||||
#define CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
void setMazdaMiataNA8Configuration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMazdaMiataNA8Configuration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */
|
|
||||||
|
|
|
@ -5,11 +5,9 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MAZDA_MIATA_NB1_H_
|
#pragma once
|
||||||
#define MAZDA_MIATA_NB1_H_
|
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
void setMazdaMiataNb1EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMazdaMiataNb1EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
#endif /* MAZDA_MIATA_NB1_H_ */
|
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
|
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
|
#pragma once
|
||||||
#define CONFIG_ENGINES_MAZDA_MIATA_VVT_H_
|
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
|
@ -20,5 +19,3 @@ void setMazdaMiata2003EngineConfigurationNaFuelRail(DECLARE_CONFIG_PARAMETER_SIG
|
||||||
void setMazdaMiata2003EngineConfigurationBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMazdaMiata2003EngineConfigurationBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
void setMiataNB2_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMiataNB2_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
#endif /* CONFIG_ENGINES_MAZDA_MIATA_VVT_H_ */
|
|
||||||
|
|
Loading…
Reference in New Issue