16 lines
285 B
C
16 lines
285 B
C
|
/*
|
||
|
* @file dodge_ram.h
|
||
|
*
|
||
|
* @date Apr 22, 2015
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_ENGINES_DODGE_RAM_H_
|
||
|
#define CONFIG_ENGINES_DODGE_RAM_H_
|
||
|
|
||
|
#include "engine.h"
|
||
|
|
||
|
void setDodgeRam1996(DECLARE_ENGINE_PARAMETER_F);
|
||
|
|
||
|
#endif /* CONFIG_ENGINES_DODGE_RAM_H_ */
|