2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file nissan_primera.h
|
|
|
|
*
|
|
|
|
* @date Oct 14, 2013
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "efifeatures.h"
|
|
|
|
|
|
|
|
#ifndef NISSAN_PRIMERA_H_
|
|
|
|
#define NISSAN_PRIMERA_H_
|
|
|
|
|
|
|
|
#if EFI_SUPPORT_NISSAN_PRIMERA
|
|
|
|
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
|
|
|
void setNissanPrimeraEngineConfiguration(engine_configuration_s *engineConfiguration);
|
2017-04-02 14:59:01 -07:00
|
|
|
void setNissanPrimeraEngineConfiguration_360(engine_configuration_s *engineConfiguration);
|
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
#endif /* EFI_SUPPORT_NISSAN_PRIMERA */
|
|
|
|
|
|
|
|
#endif /* NISSAN_PRIMERA_H_ */
|