fome-fw/firmware/config/engines/nissan_primera.h

18 lines
387 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file nissan_primera.h
*
* @date Oct 14, 2013
2019-11-23 12:53:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2019
2015-07-10 06:01:56 -07:00
*/
2019-11-23 12:53:22 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
#if EFI_SUPPORT_NISSAN_PRIMERA
#include "engine_configuration.h"
2019-11-23 12:53:22 -08:00
void setNissanPrimeraEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setNissanPrimeraEngineConfiguration_360(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2017-04-02 14:59:01 -07:00
2015-07-10 06:01:56 -07:00
#endif /* EFI_SUPPORT_NISSAN_PRIMERA */