16 lines
267 B
C
16 lines
267 B
C
|
/*
|
||
|
* me7pnp.h
|
||
|
*
|
||
|
* Created on: 1. mai 2019
|
||
|
* Author: Ola
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_ENGINES_ME7PNP_H_
|
||
|
#define CONFIG_ENGINES_ME7PNP_H_
|
||
|
|
||
|
#include "engine_configuration.h"
|
||
|
|
||
|
void vag_18_Turbo(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||
|
|
||
|
#endif /* CONFIG_ENGINES_ME7PNP_H_ */
|