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

18 lines
393 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file ford_fiesta.h
*
* @date Nov 22, 2013
2015-01-12 15:04:10 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef FORD_FIESTA_H_
#define FORD_FIESTA_H_
#if EFI_SUPPORT_FORD_FIESTA || defined(__DOXYGEN__)
#include "engine_configuration.h"
void setFordFiestaDefaultEngineConfiguration(engine_configuration_s *engineConfiguration);
#endif /* EFI_SUPPORT_FORD_FIESTA */
#endif /* FORD_FIESTA_H_ */