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